#53AE6C

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

Shades of Ocean Green #53AE6C

Tints of Ocean Green #53AE6C

Color information

#53AE6C (or 0x53AE6C) is unknown color: approx Ocean Green. HEX triplet: 53, AE and 6C. RGB value is (83,174,108). Sum of RGB (Red+Green+Blue) = 83+174+108=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AE6C is #AC5193. Grayscale: #8B8B8B. Windows color (decimal): -11293076 or 7122515. OLE color: 7122515.

HSL color Cylindrical-coordinate representation of color #53AE6C: hue angle of 136.48º 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 #53AE6C is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB83174108-
CMYK0.5200.380.32
HSL136.48º35.97%50.39%-
HSV(B)136.48º52.3%68.24%-
XYZ21.4133.1919.47-
YUV139.27110.3587.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=22.74%
G=47.67%
B=29.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741080.5200.380.32136.4835.9750.39
Hex53AE6C3402620882432
Octal12325615464046402104462
Binary1010011101011101101100110100010011010000010001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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