Html Css Color HEX #62AFAE Fountain Blue

📋 copy color: '#62AFAE'

red 98 ◦ green 175 ◦ blue 174

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

Shades of Fountain Blue #62AFAE

Tints of Fountain Blue #62AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.15%

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 21.92%
G = 39.15%
B = 38.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#62AFAE (or 0x62AFAE) is known color: Fountain Blue. HEX triplet: 62, AF and AE. RGB value is (98,175,174). Sum of RGB (Red+Green+Blue) = 98+175+174=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #62AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AFAE is #9D5051. Grayscale: #979797. Windows color (decimal): -10309714 or 11448162. OLE color: 11448162.

HSL color Cylindrical-coordinate representation of color #62AFAE: hue angle of 179.22º degrees, saturation: 0.32, 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 #62AFAE is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 175 174 -
CMYK 0.44 0 0.01 0.31
HSL 179.22º 0.32% 0.54% -
HSV(B) 179.22º 0.44% 0.69% -
XYZ 28.01 36.31 45.58 -
YUV 151.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 98 175 174 0.44 0 0.01 0.31 179.22 0.32 0.54
Hex 62 AF AE 2C 0 1 1F B3 20 36
Octal 142 257 256 54 0 1 37 263 40 66
Binary 1100010 10101111 10101110 101100 0 1 11111 10110011 100000 110110

Color Harmonies of #62AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AFAE

Black with #62AFAE

Text Example


Text Example

White with #62AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,175,174); }

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

background-color css

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

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

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

border-color css

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

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

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