#53AE88

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

Shades of Ocean Green #53AE88

Tints of Ocean Green #53AE88

Color information

#53AE88 (or 0x53AE88) is unknown color: approx Ocean Green. HEX triplet: 53, AE and 88. RGB value is (83,174,136). Sum of RGB (Red+Green+Blue) = 83+174+136=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AE88 is #AC5177. Grayscale: #8E8E8E. Windows color (decimal): -11293048 or 8957523. OLE color: 8957523.

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

Color convert

RGB83174136-
CMYK0.5200.220.32
HSL154.95º35.97%50.39%-
HSV(B)154.95º52.3%68.24%-
XYZ23.1533.8928.61-
YUV142.46124.3585.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.12%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=21.12%
G=44.27%
B=34.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741360.5200.220.32154.9535.9750.39
Hex53AE8834016209b2432
Octal12325621064026402334462
Binary1010011101011101000100011010001011010000010011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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