#62BBBD

Color #62BBBD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #62BBBD

Tints of Fountain Blue #62BBBD

Color information

#62BBBD (or 0x62BBBD) is unknown color: approx Fountain Blue. HEX triplet: 62, BB and BD. RGB value is (98,187,189). Sum of RGB (Red+Green+Blue) = 98+187+189=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #62BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBBD is #9D4442. Grayscale: #A0A0A0. Windows color (decimal): -10306627 or 12434274. OLE color: 12434274.

HSL color Cylindrical-coordinate representation of color #62BBBD: hue angle of 181.32º degrees, saturation: 0.41, 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 #62BBBD is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB98187189-
CMYK0.480.0100.26
HSL181.32º40.81%56.27%-
HSV(B)181.32º48.15%74.12%-
XYZ31.9941.8154.53-
YUV160.62144.0183.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.68%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=20.68%
G=39.45%
B=39.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981871890.480.0100.26181.3240.8156.27
Hex62BBBD30101Ab52938
Octal1422732756010322655170
Binary11000101011101110111101110000101101010110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BBBD; }

 p { color: rgb(98,187,189); }

 H1.HeaderClassName
 {
   color: #62BBBD;
 }
 .AnyTagClassName
 {
   color: #62BBBD;
 }
</style>
background-color css

<style>
 a { background-color: #62BBBD; }

 a { background-color: rgb(98,187,189); }

 div.DivClassName
 {
   background-color: #62BBBD;
 }
 .BgClassName
 {
   background-color: #62BBBD;
 }
</style>
border-color css

<style>
 span { border-color: #62BBBD; }

 span { border-color: rgb(98,187,189); }

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