#53AC68

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

Shades of Ocean Green #53AC68

Tints of Ocean Green #53AC68

Color information

#53AC68 (or 0x53AC68) is unknown color: approx Ocean Green. HEX triplet: 53, AC and 68. RGB value is (83,172,104). Sum of RGB (Red+Green+Blue) = 83+172+104=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC68 is #AC5397. Grayscale: #898989. Windows color (decimal): -11293592 or 6859859. OLE color: 6859859.

HSL color Cylindrical-coordinate representation of color #53AC68: hue angle of 134.16º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC68 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB83172104-
CMYK0.5200.400.33
HSL134.16º34.9%50%-
HSV(B)134.16º51.74%67.45%-
XYZ20.8232.3418.24-
YUV137.64109.0189.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=23.12%
G=47.91%
B=28.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721040.5200.400.33134.1634.950
Hex53AC683402821862332
Octal12325415064050412064362
Binary1010011101011001101000110100010100010000110000110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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