Html Css Color HEX #60BBBA Fountain Blue

📋 copy color: '#60BBBA'

red 96 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #60BBBA

Tints of Fountain Blue #60BBBA

RGB

 RED value IS 96 (37.89% from 255) = 20.47%

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 20.47%
G = 39.87%
B = 39.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#60BBBA (or 0x60BBBA) is known color: Fountain Blue. HEX triplet: 60, BB and BA. RGB value is (96,187,186). Sum of RGB (Red+Green+Blue) = 96+187+186=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #60BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBBA is #9F4445. Grayscale: #9F9F9F. Windows color (decimal): -10437702 or 12237664. OLE color: 12237664.

HSL color Cylindrical-coordinate representation of color #60BBBA: hue angle of 179.34º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BBBA is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 187 186 -
CMYK 0.49 0 0.01 0.27
HSL 179.34º 0.4% 0.55% -
HSV(B) 179.34º 0.49% 0.73% -
XYZ 31.46 41.57 52.82 -
YUV 159.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 96 187 186 0.49 0 0.01 0.27 179.34 0.4 0.55
Hex 60 BB BA 31 0 1 1B B3 28 37
Octal 140 273 272 61 0 1 33 263 50 67
Binary 1100000 10111011 10111010 110001 0 1 11011 10110011 101000 110111

Color Harmonies of #60BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BBBA

Black with #60BBBA

Text Example


Text Example

White with #60BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BBBA; }

 p { color: rgb(96,187,186); }

 H1.HeaderClassName
 {
   color: #60BBBA;
 }
 .AnyTagClassName
 {
   color: #60BBBA;
 }
</style>

background-color css

<style>
 a { background-color: #60BBBA; }

 a { background-color: rgb(96,187,186); }

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

border-color css

<style>
 span { border-color: #60BBBA; }

 span { border-color: rgb(96,187,186); }

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