#53A27E

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

Shades of Ocean Green #53A27E

Tints of Ocean Green #53A27E

Color information

#53A27E (or 0x53A27E) is unknown color: approx Ocean Green. HEX triplet: 53, A2 and 7E. RGB value is (83,162,126). Sum of RGB (Red+Green+Blue) = 83+162+126=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #53A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A27E is #AC5D81. Grayscale: #868686. Windows color (decimal): -11296130 or 8299091. OLE color: 8299091.

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

Color convert

RGB83162126-
CMYK0.4900.220.36
HSL152.66º32.24%48.04%-
HSV(B)152.66º48.77%63.53%-
XYZ20.2529.1924.3-
YUV134.28123.3391.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=22.37%
G=43.67%
B=33.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831621260.4900.220.36152.6632.2448.04
Hex53A27E3101624992030
Octal12324217661026442314060
Binary101001110100010111111011000101011010010010011001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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