Html Css Color HEX #60BBBC Fountain Blue

📋 copy color: '#60BBBC'

red 96 ◦ green 187 ◦ blue 188

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

Shades of Fountain Blue #60BBBC

Tints of Fountain Blue #60BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 20.38%
G = 39.7%
B = 39.92%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#60BBBC (or 0x60BBBC) is known color: Fountain Blue. HEX triplet: 60, BB and BC. RGB value is (96,187,188). Sum of RGB (Red+Green+Blue) = 96+187+188=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #60BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBBC is #9F4443. Grayscale: #9F9F9F. Windows color (decimal): -10437700 or 12368736. OLE color: 12368736.

HSL color Cylindrical-coordinate representation of color #60BBBC: hue angle of 180.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BBBC is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 187 188 -
CMYK 0.49 0.01 0 0.26
HSL 180.65º 0.41% 0.56% -
HSV(B) 180.65º 0.49% 0.74% -
XYZ 31.67 41.66 53.95 -
YUV 159.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 96 187 188 0.49 0.01 0 0.26 180.65 0.41 0.56
Hex 60 BB BC 31 1 0 1A B5 29 38
Octal 140 273 274 61 1 0 32 265 51 70
Binary 1100000 10111011 10111100 110001 1 0 11010 10110101 101001 111000

Color Harmonies of #60BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BBBC

Black with #60BBBC

Text Example


Text Example

White with #60BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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