Html Css Color HEX #53A878 Ocean Green

📋 copy color: '#53A878'

red 83 ◦ green 168 ◦ blue 120

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

Shades of Ocean Green #53A878

Tints of Ocean Green #53A878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 22.37%
G = 45.28%
B = 32.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#53A878 (or 0x53A878) is known color: Ocean Green. HEX triplet: 53, A8 and 78. RGB value is (83,168,120). Sum of RGB (Red+Green+Blue) = 83+168+120=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #53A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A878 is #AC5787. Grayscale: #898989. Windows color (decimal): -11294600 or 7907411. OLE color: 7907411.

HSL color Cylindrical-coordinate representation of color #53A878: hue angle of 146.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A878 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 168 120 -
CMYK 0.51 0 0.29 0.34
HSL 146.12º 0.34% 0.49% -
HSV(B) 146.12º 0.51% 0.66% -
XYZ 20.96 31.2 22.69 -
YUV 137.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 83 168 120 0.51 0 0.29 0.34 146.12 0.34 0.49
Hex 53 A8 78 33 0 1D 22 92 22 31
Octal 123 250 170 63 0 35 42 222 42 61
Binary 1010011 10101000 1111000 110011 0 11101 100010 10010010 100010 110001

Color Harmonies of #53A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A878

Black with #53A878

Text Example


Text Example

White with #53A878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,168,120); }

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

background-color css

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

 a { background-color: rgb(83,168,120); }

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

border-color css

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

 span { border-color: rgb(83,168,120); }

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