Html Css Color HEX #53A881 Ocean Green

📋 copy color: '#53A881'

red 83 ◦ green 168 ◦ blue 129

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

Shades of Ocean Green #53A881

Tints of Ocean Green #53A881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

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

R = 21.84%
G = 44.21%
B = 33.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#53A881 (or 0x53A881) is known color: Ocean Green. HEX triplet: 53, A8 and 81. RGB value is (83,168,129). Sum of RGB (Red+Green+Blue) = 83+168+129=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #53A881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A881 is #AC577E. Grayscale: #8A8A8A. Windows color (decimal): -11294591 or 8497235. OLE color: 8497235.

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

Color convert

RGB 83 168 129 -
CMYK 0.51 0 0.23 0.34
HSL 152.47º 0.34% 0.49% -
HSV(B) 152.47º 0.51% 0.66% -
XYZ 21.53 31.43 25.7 -
YUV 138.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 83 168 129 0.51 0 0.23 0.34 152.47 0.34 0.49
Hex 53 A8 81 33 0 17 22 98 22 31
Octal 123 250 201 63 0 27 42 230 42 61
Binary 1010011 10101000 10000001 110011 0 10111 100010 10011000 100010 110001

Color Harmonies of #53A881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A881

Black with #53A881

Text Example


Text Example

White with #53A881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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