#60A47E

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

Shades of Ocean Green #60A47E

Tints of Ocean Green #60A47E

Color information

#60A47E (or 0x60A47E) is unknown color: approx Ocean Green. HEX triplet: 60, A4 and 7E. RGB value is (96,164,126). Sum of RGB (Red+Green+Blue) = 96+164+126=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #60A47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A47E is #9F5B81. Grayscale: #8B8B8B. Windows color (decimal): -10443650 or 8299616. OLE color: 8299616.

HSL color Cylindrical-coordinate representation of color #60A47E: hue angle of 146.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A47E is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB96164126-
CMYK0.4100.230.36
HSL146.47º27.2%50.98%-
HSV(B)146.47º41.46%64.31%-
XYZ21.8730.5424.48-
YUV139.34120.4797.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=24.87%
G=42.49%
B=32.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961641260.4100.230.36146.4727.250.98
Hex60A47E2901724921b33
Octal14024417651027442223363
Binary11000001010010011111101010010101111001001001001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,164,126); }

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

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

 a { background-color: rgb(96,164,126); }

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

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

 span { border-color: rgb(96,164,126); }

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