#60AF7F

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

Shades of Ocean Green #60AF7F

Tints of Ocean Green #60AF7F

Color information

#60AF7F (or 0x60AF7F) is unknown color: approx Ocean Green. HEX triplet: 60, AF and 7F. RGB value is (96,175,127). Sum of RGB (Red+Green+Blue) = 96+175+127=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF7F is #9F5080. Grayscale: #929292. Windows color (decimal): -10440833 or 8367968. OLE color: 8367968.

HSL color Cylindrical-coordinate representation of color #60AF7F: hue angle of 143.54º 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 #60AF7F is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB96175127-
CMYK0.4500.270.31
HSL143.54º33.05%53.14%-
HSV(B)143.54º45.14%68.63%-
XYZ23.9834.6825.51-
YUV145.91117.3392.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 127 (50% from 255) = 31.91%
R=24.12%
G=43.97%
B=31.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751270.4500.270.31143.5433.0553.14
Hex60AF7F2D01B1F902135
Octal14025717755033372204165
Binary11000001010111111111111011010110111111110010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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