#53AA67

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

Shades of Ocean Green #53AA67

Tints of Ocean Green #53AA67

Color information

#53AA67 (or 0x53AA67) is unknown color: approx Ocean Green. HEX triplet: 53, AA and 67. RGB value is (83,170,103). Sum of RGB (Red+Green+Blue) = 83+170+103=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA67 is #AC5598. Grayscale: #888888. Windows color (decimal): -11294105 or 6793811. OLE color: 6793811.

HSL color Cylindrical-coordinate representation of color #53AA67: hue angle of 133.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA67 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB83170103-
CMYK0.5100.390.33
HSL133.79º34.39%49.61%-
HSV(B)133.79º51.18%66.67%-
XYZ20.3931.5717.85-
YUV136.35109.1889.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=23.31%
G=47.75%
B=28.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831701030.5100.390.33133.7934.3949.61
Hex53AA673302721862232
Octal12325214763047412064262
Binary1010011101010101100111110011010011110000110000110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AA67; }

 p { color: rgb(83,170,103); }

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

<style>
 a { background-color: #53AA67; }

 a { background-color: rgb(83,170,103); }

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

<style>
 span { border-color: #53AA67; }

 span { border-color: rgb(83,170,103); }

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