Html Css Color HEX #53AF84 Ocean Green

📋 copy color: '#53AF84'

red 83 ◦ green 175 ◦ blue 132

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

Shades of Ocean Green #53AF84

Tints of Ocean Green #53AF84

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 21.28%
G = 44.87%
B = 33.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#53AF84 (or 0x53AF84) is known color: Ocean Green. HEX triplet: 53, AF and 84. RGB value is (83,175,132). Sum of RGB (Red+Green+Blue) = 83+175+132=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF84 is #AC507B. Grayscale: #8E8E8E. Windows color (decimal): -11292796 or 8695635. OLE color: 8695635.

HSL color Cylindrical-coordinate representation of color #53AF84: hue angle of 151.96º 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 #53AF84 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 132 -
CMYK 0.53 0 0.25 0.31
HSL 151.96º 0.37% 0.51% -
HSV(B) 151.96º 0.53% 0.69% -
XYZ 23.06 34.16 27.21 -
YUV 142.59 122.02 85.5 -
System Red Green Blue C M Y K H S L
Decimal 83 175 132 0.53 0 0.25 0.31 151.96 0.37 0.51
Hex 53 AF 84 35 0 19 1F 98 25 33
Octal 123 257 204 65 0 31 37 230 45 63
Binary 1010011 10101111 10000100 110101 0 11001 11111 10011000 100101 110011

Color Harmonies of #53AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF84

Black with #53AF84

Text Example


Text Example

White with #53AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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