Html Css Color HEX #62AAB4 Fountain Blue

📋 copy color: '#62AAB4'

red 98 ◦ green 170 ◦ blue 180

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

Shades of Fountain Blue #62AAB4

Tints of Fountain Blue #62AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 21.88%
G = 37.95%
B = 40.18%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#62AAB4 (or 0x62AAB4) is known color: Fountain Blue. HEX triplet: 62, AA and B4. RGB value is (98,170,180). Sum of RGB (Red+Green+Blue) = 98+170+180=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #62AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AAB4 is #9D554B. Grayscale: #959595. Windows color (decimal): -10310988 or 11840098. OLE color: 11840098.

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

Color convert

RGB 98 170 180 -
CMYK 0.46 0.06 0 0.29
HSL 187.32º 0.35% 0.55% -
HSV(B) 187.32º 0.46% 0.71% -
XYZ 27.65 34.64 48.41 -
YUV 149.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 98 170 180 0.46 0.06 0 0.29 187.32 0.35 0.55
Hex 62 AA B4 2E 6 0 1D BB 23 37
Octal 142 252 264 56 6 0 35 273 43 67
Binary 1100010 10101010 10110100 101110 110 0 11101 10111011 100011 110111

Color Harmonies of #62AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AAB4

Black with #62AAB4

Text Example


Text Example

White with #62AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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