Html Css Color HEX #53AD7E Ocean Green

📋 copy color: '#53AD7E'

red 83 ◦ green 173 ◦ blue 126

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

Shades of Ocean Green #53AD7E

Tints of Ocean Green #53AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.29%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 21.73%
G = 45.29%
B = 32.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#53AD7E (or 0x53AD7E) is known color: Ocean Green. HEX triplet: 53, AD and 7E. RGB value is (83,173,126). Sum of RGB (Red+Green+Blue) = 83+173+126=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD7E is #AC5281. Grayscale: #8C8C8C. Windows color (decimal): -11293314 or 8301907. OLE color: 8301907.

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

Color convert

RGB 83 173 126 -
CMYK 0.52 0 0.27 0.32
HSL 148.67º 0.35% 0.5% -
HSV(B) 148.67º 0.52% 0.68% -
XYZ 22.28 33.23 24.98 -
YUV 140.73 119.68 86.82 -
System Red Green Blue C M Y K H S L
Decimal 83 173 126 0.52 0 0.27 0.32 148.67 0.35 0.5
Hex 53 AD 7E 34 0 1B 20 95 23 32
Octal 123 255 176 64 0 33 40 225 43 62
Binary 1010011 10101101 1111110 110100 0 11011 100000 10010101 100011 110010

Color Harmonies of #53AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD7E

Black with #53AD7E

Text Example


Text Example

White with #53AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,126); }

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

background-color css

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

 a { background-color: rgb(83,173,126); }

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

border-color css

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

 span { border-color: rgb(83,173,126); }

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