Html Css Color HEX #53AF81 Ocean Green

📋 copy color: '#53AF81'

red 83 ◦ green 175 ◦ blue 129

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

Shades of Ocean Green #53AF81

Tints of Ocean Green #53AF81

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 value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#53AF81 (or 0x53AF81) is known color: 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

RGB 83 175 129 -
CMYK 0.53 0 0.26 0.31
HSL 150º 0.37% 0.51% -
HSV(B) 150º 0.53% 0.69% -
XYZ 22.86 34.08 26.14 -
YUV 142.25 120.52 85.74 -
System Red Green Blue C M Y K H S L
Decimal 83 175 129 0.53 0 0.26 0.31 150 0.37 0.51
Hex 53 AF 81 35 0 1A 1F 96 25 33
Octal 123 257 201 65 0 32 37 226 45 63
Binary 1010011 10101111 10000001 110101 0 11010 11111 10010110 100101 110011

Color Harmonies of #53AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF81

Black with #53AF81

Text Example


Text Example

White with #53AF81

Text Example


Text Example

HTML Codes & Css Web 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>