#53A266

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

Shades of Ocean Green #53A266

Tints of Ocean Green #53A266

Color information

#53A266 (or 0x53A266) is unknown color: approx Ocean Green. HEX triplet: 53, A2 and 66. RGB value is (83,162,102). Sum of RGB (Red+Green+Blue) = 83+162+102=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #53A266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A266 is #AC5D99. Grayscale: #838383. Windows color (decimal): -11296154 or 6726227. OLE color: 6726227.

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

Color convert

RGB83162102-
CMYK0.4900.370.36
HSL134.43º32.24%48.04%-
HSV(B)134.43º48.77%63.53%-
XYZ18.8928.6417.1-
YUV131.54111.3393.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=23.92%
G=46.69%
B=29.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831621020.4900.370.36134.4332.2448.04
Hex53A2663102524862030
Octal12324214661045442064060
Binary1010011101000101100110110001010010110010010000110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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