#62B4B2

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

Shades of Fountain Blue #62B4B2

Tints of Fountain Blue #62B4B2

Color information

#62B4B2 (or 0x62B4B2) is unknown color: approx Fountain Blue. HEX triplet: 62, B4 and B2. RGB value is (98,180,178). Sum of RGB (Red+Green+Blue) = 98+180+178=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #62B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B4B2 is #9D4B4D. Grayscale: #9B9B9B. Windows color (decimal): -10308430 or 11711586. OLE color: 11711586.

HSL color Cylindrical-coordinate representation of color #62B4B2: hue angle of 178.54º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B4B2 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB98180178-
CMYK0.4600.010.29
HSL178.54º35.34%54.51%-
HSV(B)178.54º45.56%70.59%-
XYZ29.3938.4547.99-
YUV155.25140.8387.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.49%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=21.49%
G=39.47%
B=39.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981801780.4600.010.29178.5435.3454.51
Hex62B4B22E011Db32337
Octal1422642625601352634367
Binary11000101011010010110010101110011110110110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,180,178); }

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

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

 a { background-color: rgb(98,180,178); }

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

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

 span { border-color: rgb(98,180,178); }

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