#53A968

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

Shades of Ocean Green #53A968

Tints of Ocean Green #53A968

Color information

#53A968 (or 0x53A968) is unknown color: approx Ocean Green. HEX triplet: 53, A9 and 68. RGB value is (83,169,104). Sum of RGB (Red+Green+Blue) = 83+169+104=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #53A968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A968 is #AC5697. Grayscale: #888888. Windows color (decimal): -11294360 or 6859091. OLE color: 6859091.

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

Color convert

RGB83169104-
CMYK0.5100.380.34
HSL134.65º34.13%49.41%-
HSV(B)134.65º50.89%66.27%-
XYZ20.2531.2118.05-
YUV135.88110.0190.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 169 (66.41% from 255) = 47.47%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=23.31%
G=47.47%
B=29.21%

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
Decimal831691040.5100.380.34134.6534.1349.41
Hex53A9683302622872231
Octal12325115063046422074261
Binary1010011101010011101000110011010011010001010000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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