#60AF7D

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

Shades of Ocean Green #60AF7D

Tints of Ocean Green #60AF7D

Color information

#60AF7D (or 0x60AF7D) is unknown color: approx Ocean Green. HEX triplet: 60, AF and 7D. RGB value is (96,175,125). Sum of RGB (Red+Green+Blue) = 96+175+125=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF7D is #9F5082. Grayscale: #919191. Windows color (decimal): -10440835 or 8236896. OLE color: 8236896.

HSL color Cylindrical-coordinate representation of color #60AF7D: hue angle of 142.03º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF7D is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB96175125-
CMYK0.4500.290.31
HSL142.03º33.05%53.14%-
HSV(B)142.03º45.14%68.63%-
XYZ23.8634.6324.83-
YUV145.68116.3392.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=24.24%
G=44.19%
B=31.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751250.4500.290.31142.0333.0553.14
Hex60AF7D2D01D1F8e2135
Octal14025717555035372164165
Binary11000001010111111111011011010111011111110001110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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