Html Css Color HEX #62AAB0 Fountain Blue

📋 copy color: '#62AAB0'

red 98 ◦ green 170 ◦ blue 176

#62AAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #62AAB0

Tints of Fountain Blue #62AAB0

RGB

 RED value IS 98 (38.67% from 255) = 22.07%

 GREEN value IS 170 (66.8% from 255) = 38.29%

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 22.07%
G = 38.29%
B = 39.64%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#62AAB0 (or 0x62AAB0) is known color: Fountain Blue. HEX triplet: 62, AA and B0. RGB value is (98,170,176). Sum of RGB (Red+Green+Blue) = 98+170+176=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #62AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AAB0 is #9D554F. Grayscale: #959595. Windows color (decimal): -10310992 or 11577954. OLE color: 11577954.

HSL color Cylindrical-coordinate representation of color #62AAB0: hue angle of 184.62º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AAB0 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 170 176 -
CMYK 0.44 0.03 0 0.31
HSL 184.62º 0.33% 0.54% -
HSV(B) 184.62º 0.44% 0.69% -
XYZ 27.25 34.48 46.29 -
YUV 149.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 98 170 176 0.44 0.03 0 0.31 184.62 0.33 0.54
Hex 62 AA B0 2C 3 0 1F B9 21 36
Octal 142 252 260 54 3 0 37 271 41 66
Binary 1100010 10101010 10110000 101100 11 0 11111 10111001 100001 110110

Color Harmonies of #62AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AAB0

Black with #62AAB0

Text Example


Text Example

White with #62AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,170,176); }

 H1.HeaderClassName
 {
   color: #62AAB0;
 }
 .AnyTagClassName
 {
   color: #62AAB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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