#53ae6e

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

Shades of Ocean Green #53AE6E

Tints of Ocean Green #53AE6E

Color information

#53AE6E (or 0x53AE6E) is unknown color: approx Ocean Green. HEX triplet: 53, AE and 6E. RGB value is (83,174,110). Sum of RGB (Red+Green+Blue) = 83+174+110=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AE6E is #AC5191. Grayscale: #8B8B8B. Windows color (decimal): -11293074 or 7253587. OLE color: 7253587.

HSL color Cylindrical-coordinate representation of color #53AE6E: hue angle of 137.8º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE6E is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB83174110-
CMYK0.5200.370.32
HSL137.8º35.97%50.39%-
HSV(B)137.8º52.3%68.24%-
XYZ21.5233.2420.03-
YUV139.49111.3587.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 174 (68.36% from 255) = 47.41%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=22.62%
G=47.41%
B=29.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741100.5200.370.32137.835.9750.39
Hex53AE6E34025208a2432
Octal12325615664045402124462
Binary1010011101011101101110110100010010110000010001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ae6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,110); }

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

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

 a { background-color: rgb(83,174,110); }

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

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

 span { border-color: rgb(83,174,110); }

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