Html Css Color HEX #53AA81 Ocean Green

📋 copy color: '#53AA81'

red 83 ◦ green 170 ◦ blue 129

#53AA81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #53AA81

Tints of Ocean Green #53AA81

RGB

 RED value IS 83 (32.81% from 255) = 21.73%

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 21.73%
G = 44.5%
B = 33.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#53AA81 (or 0x53AA81) is known color: Ocean Green. HEX triplet: 53, AA and 81. RGB value is (83,170,129). Sum of RGB (Red+Green+Blue) = 83+170+129=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AA81 is #AC557E. Grayscale: #8B8B8B. Windows color (decimal): -11294079 or 8497747. OLE color: 8497747.

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

Color convert

RGB 83 170 129 -
CMYK 0.51 0 0.24 0.33
HSL 151.72º 0.34% 0.5% -
HSV(B) 151.72º 0.51% 0.67% -
XYZ 21.9 32.17 25.82 -
YUV 139.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 83 170 129 0.51 0 0.24 0.33 151.72 0.34 0.5
Hex 53 AA 81 33 0 18 21 98 22 32
Octal 123 252 201 63 0 30 41 230 42 62
Binary 1010011 10101010 10000001 110011 0 11000 100001 10011000 100010 110010

Color Harmonies of #53AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA81

Black with #53AA81

Text Example


Text Example

White with #53AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53AA81;
 }
 .AnyTagClassName
 {
   color: #53AA81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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