#53A969

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

Shades of Ocean Green #53A969

Tints of Ocean Green #53A969

Color information

#53A969 (or 0x53A969) is unknown color: approx Ocean Green. HEX triplet: 53, A9 and 69. RGB value is (83,169,105). Sum of RGB (Red+Green+Blue) = 83+169+105=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #53A969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A969 is #AC5696. Grayscale: #888888. Windows color (decimal): -11294359 or 6924627. OLE color: 6924627.

HSL color Cylindrical-coordinate representation of color #53A969: hue angle of 135.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A969 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB83169105-
CMYK0.5100.380.34
HSL135.35º34.13%49.41%-
HSV(B)135.35º50.89%66.27%-
XYZ20.3131.2318.32-
YUV135.99110.5190.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=23.25%
G=47.34%
B=29.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831691050.5100.380.34135.3534.1349.41
Hex53A9693302622872231
Octal12325115163046422074261
Binary1010011101010011101001110011010011010001010000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,169,105); }

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

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

 a { background-color: rgb(83,169,105); }

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

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

 span { border-color: rgb(83,169,105); }

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