Html Css Color HEX #61BCB4 Fountain Blue

📋 copy color: '#61BCB4'

red 97 ◦ green 188 ◦ blue 180

#61BCB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #61BCB4

Tints of Fountain Blue #61BCB4

RGB

 RED value IS 97 (38.28% from 255) = 20.86%

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 180 (70.7% from 255) = 38.71%

R = 20.86%
G = 40.43%
B = 38.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61BCB4 (or 0x61BCB4) is known color: Fountain Blue. HEX triplet: 61, BC and B4. RGB value is (97,188,180). Sum of RGB (Red+Green+Blue) = 97+188+180=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCB4 is #9E434B. Grayscale: #9F9F9F. Windows color (decimal): -10371916 or 11844705. OLE color: 11844705.

HSL color Cylindrical-coordinate representation of color #61BCB4: hue angle of 174.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BCB4 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 188 180 -
CMYK 0.48 0 0.04 0.26
HSL 174.73º 0.4% 0.56% -
HSV(B) 174.73º 0.48% 0.74% -
XYZ 31.15 41.8 49.61 -
YUV 159.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 97 188 180 0.48 0 0.04 0.26 174.73 0.4 0.56
Hex 61 BC B4 30 0 4 1A AF 28 38
Octal 141 274 264 60 0 4 32 257 50 70
Binary 1100001 10111100 10110100 110000 0 100 11010 10101111 101000 111000

Color Harmonies of #61BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCB4

Black with #61BCB4

Text Example


Text Example

White with #61BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61BCB4; }

 p { color: rgb(97,188,180); }

 H1.HeaderClassName
 {
   color: #61BCB4;
 }
 .AnyTagClassName
 {
   color: #61BCB4;
 }
</style>

background-color css

<style>
 a { background-color: #61BCB4; }

 a { background-color: rgb(97,188,180); }

 div.DivClassName
 {
   background-color: #61BCB4;
 }
 .BgClassName
 {
   background-color: #61BCB4;
 }
</style>

border-color css

<style>
 span { border-color: #61BCB4; }

 span { border-color: rgb(97,188,180); }

 td.TdClassName
 {
   border-color: #61BCB4;
 }
 .TagClassName
 {
   border-color: #61BCB4;
 }
</style>