#53AF81

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

Shades of Ocean Green #53AF81

Tints of Ocean Green #53AF81

Color information

#53AF81 (or 0x53AF81) is unknown color: approx Ocean Green. HEX triplet: 53, AF and 81. RGB value is (83,175,129). Sum of RGB (Red+Green+Blue) = 83+175+129=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF81 is #AC507E. Grayscale: #8E8E8E. Windows color (decimal): -11292799 or 8499027. OLE color: 8499027.

HSL color Cylindrical-coordinate representation of color #53AF81: hue angle of 150º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF81 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB83175129-
CMYK0.5300.260.31
HSL150º36.51%50.59%-
HSV(B)150º52.57%68.63%-
XYZ22.8634.0826.14-
YUV142.25120.5285.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=21.45%
G=45.22%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751290.5300.260.3115036.5150.59
Hex53AF813501A1F962533
Octal12325720165032372264563
Binary101001110101111100000011101010110101111110010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,129); }

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

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

 a { background-color: rgb(83,175,129); }

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

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

 span { border-color: rgb(83,175,129); }

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