Html Css Color HEX #53AF74 Ocean Green

📋 copy color: '#53AF74'

red 83 ◦ green 175 ◦ blue 116

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

Shades of Ocean Green #53AF74

Tints of Ocean Green #53AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 22.19%
G = 46.79%
B = 31.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#53AF74 (or 0x53AF74) is known color: Ocean Green. HEX triplet: 53, AF and 74. RGB value is (83,175,116). Sum of RGB (Red+Green+Blue) = 83+175+116=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF74 is #AC508B. Grayscale: #8C8C8C. Windows color (decimal): -11292812 or 7647059. OLE color: 7647059.

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

Color convert

RGB 83 175 116 -
CMYK 0.53 0 0.34 0.31
HSL 141.52º 0.37% 0.51% -
HSV(B) 141.52º 0.53% 0.69% -
XYZ 22.05 33.76 21.88 -
YUV 140.77 114.02 86.8 -
System Red Green Blue C M Y K H S L
Decimal 83 175 116 0.53 0 0.34 0.31 141.52 0.37 0.51
Hex 53 AF 74 35 0 22 1F 8E 25 33
Octal 123 257 164 65 0 42 37 216 45 63
Binary 1010011 10101111 1110100 110101 0 100010 11111 10001110 100101 110011

Color Harmonies of #53AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF74

Black with #53AF74

Text Example


Text Example

White with #53AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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