#62BABA

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

Shades of Fountain Blue #62BABA

Tints of Fountain Blue #62BABA

Color information

#62BABA (or 0x62BABA) is unknown color: approx Fountain Blue. HEX triplet: 62, BA and BA. RGB value is (98,186,186). Sum of RGB (Red+Green+Blue) = 98+186+186=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #62BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BABA is #9D4545. Grayscale: #9F9F9F. Windows color (decimal): -10306886 or 12237410. OLE color: 12237410.

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

Color convert

RGB98186186-
CMYK0.47000.27
HSL180º38.94%55.69%-
HSV(B)180º47.31%72.94%-
XYZ31.4641.2652.76-
YUV159.69142.8584-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.85%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=20.85%
G=39.57%
B=39.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981861860.47000.2718038.9455.69
Hex62BABA2F001Bb42738
Octal1422722725700332644770
Binary11000101011101010111010101111001101110110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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