Html Css Color HEX #61BBB2 Fountain Blue

📋 copy color: '#61BBB2'

red 97 ◦ green 187 ◦ blue 178

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

Shades of Fountain Blue #61BBB2

Tints of Fountain Blue #61BBB2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 21%
G = 40.48%
B = 38.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#61BBB2 (or 0x61BBB2) is known color: Fountain Blue. HEX triplet: 61, BB and B2. RGB value is (97,187,178). Sum of RGB (Red+Green+Blue) = 97+187+178=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBB2 is #9E444D. Grayscale: #9F9F9F. Windows color (decimal): -10372174 or 11713377. OLE color: 11713377.

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

Color convert

RGB 97 187 178 -
CMYK 0.48 0 0.05 0.27
HSL 174º 0.4% 0.56% -
HSV(B) 174º 0.48% 0.73% -
XYZ 30.74 41.3 48.47 -
YUV 159.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 97 187 178 0.48 0 0.05 0.27 174 0.4 0.56
Hex 61 BB B2 30 0 5 1B AE 28 38
Octal 141 273 262 60 0 5 33 256 50 70
Binary 1100001 10111011 10110010 110000 0 101 11011 10101110 101000 111000

Color Harmonies of #61BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BBB2

Black with #61BBB2

Text Example


Text Example

White with #61BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,187,178); }

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

background-color css

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

 a { background-color: rgb(97,187,178); }

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

border-color css

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

 span { border-color: rgb(97,187,178); }

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