#62BBBA

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

Shades of Fountain Blue #62BBBA

Tints of Fountain Blue #62BBBA

Color information

#62BBBA (or 0x62BBBA) is unknown color: approx Fountain Blue. HEX triplet: 62, BB and BA. RGB value is (98,187,186). Sum of RGB (Red+Green+Blue) = 98+187+186=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBBA is #9D4445. Grayscale: #A0A0A0. Windows color (decimal): -10306630 or 12237666. OLE color: 12237666.

HSL color Cylindrical-coordinate representation of color #62BBBA: hue angle of 179.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BBBA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB98187186-
CMYK0.4800.010.27
HSL179.33º39.56%55.88%-
HSV(B)179.33º47.59%73.33%-
XYZ31.6741.6852.83-
YUV160.28142.5183.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.81%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=20.81%
G=39.70%
B=39.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981871860.4800.010.27179.3339.5655.88
Hex62BBBA30011Bb32838
Octal1422732726001332635070
Binary11000101011101110111010110000011101110110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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