Html Css Color HEX #53AF77 Ocean Green

📋 copy color: '#53AF77'

red 83 ◦ green 175 ◦ blue 119

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

Shades of Ocean Green #53AF77

Tints of Ocean Green #53AF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 22.02%
G = 46.42%
B = 31.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#53AF77 (or 0x53AF77) is known color: Ocean Green. HEX triplet: 53, AF and 77. RGB value is (83,175,119). Sum of RGB (Red+Green+Blue) = 83+175+119=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF77 is #AC5088. Grayscale: #8D8D8D. Windows color (decimal): -11292809 or 7843667. OLE color: 7843667.

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

Color convert

RGB 83 175 119 -
CMYK 0.53 0 0.32 0.31
HSL 143.48º 0.37% 0.51% -
HSV(B) 143.48º 0.53% 0.69% -
XYZ 22.23 33.83 22.81 -
YUV 141.11 115.52 86.55 -
System Red Green Blue C M Y K H S L
Decimal 83 175 119 0.53 0 0.32 0.31 143.48 0.37 0.51
Hex 53 AF 77 35 0 20 1F 8F 25 33
Octal 123 257 167 65 0 40 37 217 45 63
Binary 1010011 10101111 1110111 110101 0 100000 11111 10001111 100101 110011

Color Harmonies of #53AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF77

Black with #53AF77

Text Example


Text Example

White with #53AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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