#62BDB5

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

Shades of Fountain Blue #62BDB5

Tints of Fountain Blue #62BDB5

Color information

#62BDB5 (or 0x62BDB5) is unknown color: approx Fountain Blue. HEX triplet: 62, BD and B5. RGB value is (98,189,181). Sum of RGB (Red+Green+Blue) = 98+189+181=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #62BDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDB5 is #9D424A. Grayscale: #A0A0A0. Windows color (decimal): -10306123 or 11910498. OLE color: 11910498.

HSL color Cylindrical-coordinate representation of color #62BDB5: hue angle of 174.73º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BDB5 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB98189181-
CMYK0.4800.040.26
HSL174.73º40.81%56.27%-
HSV(B)174.73º48.15%74.12%-
XYZ31.5842.3350.22-
YUV160.88139.3583.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.94%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=20.94%
G=40.38%
B=38.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981891810.4800.040.26174.7340.8156.27
Hex62BDB530041Aaf2938
Octal1422752656004322575170
Binary1100010101111011011010111000001001101010101111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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