#62B4B3

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

Shades of Fountain Blue #62B4B3

Tints of Fountain Blue #62B4B3

Color information

#62B4B3 (or 0x62B4B3) is unknown color: approx Fountain Blue. HEX triplet: 62, B4 and B3. RGB value is (98,180,179). Sum of RGB (Red+Green+Blue) = 98+180+179=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #62B4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B4B3 is #9D4B4C. Grayscale: #9B9B9B. Windows color (decimal): -10308429 or 11777122. OLE color: 11777122.

HSL color Cylindrical-coordinate representation of color #62B4B3: hue angle of 179.27º 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 #62B4B3 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB98180179-
CMYK0.4600.010.29
HSL179.27º35.34%54.51%-
HSV(B)179.27º45.56%70.59%-
XYZ29.4938.4948.52-
YUV155.37141.3387.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.44%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=21.44%
G=39.39%
B=39.17%

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
Decimal981801790.4600.010.29179.2735.3454.51
Hex62B4B32E011Db32337
Octal1422642635601352634367
Binary11000101011010010110011101110011110110110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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