#62C0BD

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

Shades of Fountain Blue #62C0BD

Tints of Fountain Blue #62C0BD

Color information

#62C0BD (or 0x62C0BD) is unknown color: approx Fountain Blue. HEX triplet: 62, C0 and BD. RGB value is (98,192,189). Sum of RGB (Red+Green+Blue) = 98+192+189=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #62C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C0BD is #9D3F42. Grayscale: #A3A3A3. Windows color (decimal): -10305347 or 12435554. OLE color: 12435554.

HSL color Cylindrical-coordinate representation of color #62C0BD: hue angle of 178.09º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C0BD is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB98192189-
CMYK0.4900.020.25
HSL178.09º42.73%56.86%-
HSV(B)178.09º48.96%75.29%-
XYZ33.0743.9754.89-
YUV163.55142.3681.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.46%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=20.46%
G=40.08%
B=39.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981921890.4900.020.25178.0942.7356.86
Hex62C0BD310219b22b39
Octal1423002756102312625371
Binary110001011000000101111011100010101100110110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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