#53A96B

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

Shades of Ocean Green #53A96B

Tints of Ocean Green #53A96B

Color information

#53A96B (or 0x53A96B) is unknown color: approx Ocean Green. HEX triplet: 53, A9 and 6B. RGB value is (83,169,107). Sum of RGB (Red+Green+Blue) = 83+169+107=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #53A96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A96B is #AC5694. Grayscale: #888888. Windows color (decimal): -11294357 or 7055699. OLE color: 7055699.

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

Color convert

RGB83169107-
CMYK0.5100.370.34
HSL136.74º34.13%49.41%-
HSV(B)136.74º50.89%66.27%-
XYZ20.4131.2818.87-
YUV136.22111.5190.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 169 (66.41% from 255) = 47.08%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=23.12%
G=47.08%
B=29.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831691070.5100.370.34136.7434.1349.41
Hex53A96B3302522892231
Octal12325115363045422114261
Binary1010011101010011101011110011010010110001010001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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