#53A27C

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

Shades of Ocean Green #53A27C

Tints of Ocean Green #53A27C

Color information

#53A27C (or 0x53A27C) is unknown color: approx Ocean Green. HEX triplet: 53, A2 and 7C. RGB value is (83,162,124). Sum of RGB (Red+Green+Blue) = 83+162+124=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #53A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A27C is #AC5D83. Grayscale: #868686. Windows color (decimal): -11296132 or 8168019. OLE color: 8168019.

HSL color Cylindrical-coordinate representation of color #53A27C: hue angle of 151.14º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A27C is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB83162124-
CMYK0.4900.230.36
HSL151.14º32.24%48.04%-
HSV(B)151.14º48.77%63.53%-
XYZ20.1329.1323.63-
YUV134.05122.3391.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=22.49%
G=43.90%
B=33.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831621240.4900.230.36151.1432.2448.04
Hex53A27C3101724972030
Octal12324217461027442274060
Binary101001110100010111110011000101011110010010010111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,124); }

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

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

 a { background-color: rgb(83,162,124); }

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

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

 span { border-color: rgb(83,162,124); }

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