#60A97B

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

Shades of Ocean Green #60A97B

Tints of Ocean Green #60A97B

Color information

#60A97B (or 0x60A97B) is unknown color: approx Ocean Green. HEX triplet: 60, A9 and 7B. RGB value is (96,169,123). Sum of RGB (Red+Green+Blue) = 96+169+123=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #60A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A97B is #9F5684. Grayscale: #8E8E8E. Windows color (decimal): -10442373 or 8104288. OLE color: 8104288.

HSL color Cylindrical-coordinate representation of color #60A97B: hue angle of 142.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A97B is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB96169123-
CMYK0.4300.270.34
HSL142.19º29.8%51.96%-
HSV(B)142.19º43.2%66.27%-
XYZ22.5932.2923.78-
YUV141.93117.3295.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 169 (66.41% from 255) = 43.56%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=24.74%
G=43.56%
B=31.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961691230.4300.270.34142.1929.851.96
Hex60A97B2B01B228e1e34
Octal14025117353033422163664
Binary11000001010100111110111010110110111000101000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,169,123); }

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

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

 a { background-color: rgb(96,169,123); }

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

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

 span { border-color: rgb(96,169,123); }

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