#62AF7D

Color #62AF7D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #62AF7D

Tints of Ocean Green #62AF7D

Color information

#62AF7D (or 0x62AF7D) is unknown color: approx Ocean Green. HEX triplet: 62, AF and 7D. RGB value is (98,175,125). Sum of RGB (Red+Green+Blue) = 98+175+125=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF7D is #9D5082. Grayscale: #929292. Windows color (decimal): -10309763 or 8236898. OLE color: 8236898.

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

Color convert

RGB98175125-
CMYK0.4400.290.31
HSL141.04º32.49%53.53%-
HSV(B)141.04º44%68.63%-
XYZ24.0734.7424.84-
YUV146.28115.9993.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=24.62%
G=43.97%
B=31.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981751250.4400.290.31141.0432.4953.53
Hex62AF7D2C01D1F8d2036
Octal14225717554035372154066
Binary11000101010111111111011011000111011111110001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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