Html Css Color HEX #62AA80 Ocean Green

📋 copy color: '#62AA80'

red 98 ◦ green 170 ◦ blue 128

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

Shades of Ocean Green #62AA80

Tints of Ocean Green #62AA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 24.75%
G = 42.93%
B = 32.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#62AA80 (or 0x62AA80) is known color: Ocean Green. HEX triplet: 62, AA and 80. RGB value is (98,170,128). Sum of RGB (Red+Green+Blue) = 98+170+128=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AA80 is #9D557F. Grayscale: #8F8F8F. Windows color (decimal): -10311040 or 8432226. OLE color: 8432226.

HSL color Cylindrical-coordinate representation of color #62AA80: hue angle of 145º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62AA80 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 170 128 -
CMYK 0.42 0 0.25 0.33
HSL 145º 0.3% 0.53% -
HSV(B) 145º 0.42% 0.67% -
XYZ 23.31 32.9 25.54 -
YUV 143.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 98 170 128 0.42 0 0.25 0.33 145 0.3 0.53
Hex 62 AA 80 2A 0 19 21 91 1E 35
Octal 142 252 200 52 0 31 41 221 36 65
Binary 1100010 10101010 10000000 101010 0 11001 100001 10010001 11110 110101

Color Harmonies of #62AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AA80

Black with #62AA80

Text Example


Text Example

White with #62AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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