#62B07D

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

Shades of Ocean Green #62B07D

Tints of Ocean Green #62B07D

Color information

#62B07D (or 0x62B07D) is unknown color: approx Ocean Green. HEX triplet: 62, B0 and 7D. RGB value is (98,176,125). Sum of RGB (Red+Green+Blue) = 98+176+125=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #62B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B07D is #9D4F82. Grayscale: #929292. Windows color (decimal): -10309507 or 8237154. OLE color: 8237154.

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

Color convert

RGB98176125-
CMYK0.4400.290.31
HSL140.77º33.05%53.73%-
HSV(B)140.77º44.32%69.02%-
XYZ24.2635.1324.9-
YUV146.86115.6693.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=24.56%
G=44.11%
B=31.33%

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
Decimal981761250.4400.290.31140.7733.0553.73
Hex62B07D2C01D1F8d2136
Octal14226017554035372154166
Binary11000101011000011111011011000111011111110001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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