Html Css Color HEX #53AC76 Ocean Green

📋 copy color: '#53AC76'

red 83 ◦ green 172 ◦ blue 118

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

Shades of Ocean Green #53AC76

Tints of Ocean Green #53AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 22.25%
G = 46.11%
B = 31.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#53AC76 (or 0x53AC76) is known color: Ocean Green. HEX triplet: 53, AC and 76. RGB value is (83,172,118). Sum of RGB (Red+Green+Blue) = 83+172+118=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC76 is #AC5389. Grayscale: #8B8B8B. Windows color (decimal): -11293578 or 7777363. OLE color: 7777363.

HSL color Cylindrical-coordinate representation of color #53AC76: hue angle of 143.6º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC76 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 172 118 -
CMYK 0.52 0 0.31 0.33
HSL 143.6º 0.35% 0.5% -
HSV(B) 143.6º 0.52% 0.67% -
XYZ 21.59 32.65 22.3 -
YUV 139.23 116.01 87.89 -
System Red Green Blue C M Y K H S L
Decimal 83 172 118 0.52 0 0.31 0.33 143.6 0.35 0.5
Hex 53 AC 76 34 0 1F 21 90 23 32
Octal 123 254 166 64 0 37 41 220 43 62
Binary 1010011 10101100 1110110 110100 0 11111 100001 10010000 100011 110010

Color Harmonies of #53AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC76

Black with #53AC76

Text Example


Text Example

White with #53AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,172,118); }

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

background-color css

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

 a { background-color: rgb(83,172,118); }

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

border-color css

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

 span { border-color: rgb(83,172,118); }

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