Html Css Color HEX #54AD70 Ocean Green

📋 copy color: '#54AD70'

red 84 ◦ green 173 ◦ blue 112

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

Shades of Ocean Green #54AD70

Tints of Ocean Green #54AD70

RGB

 RED value IS 84 (33.2% from 255) = 22.76%

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

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 22.76%
G = 46.88%
B = 30.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#54AD70 (or 0x54AD70) is known color: Ocean Green. HEX triplet: 54, AD and 70. RGB value is (84,173,112). Sum of RGB (Red+Green+Blue) = 84+173+112=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD70 is #AB528F. Grayscale: #8B8B8B. Windows color (decimal): -11227792 or 7384404. OLE color: 7384404.

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

Color convert

RGB 84 173 112 -
CMYK 0.51 0 0.35 0.32
HSL 138.88º 0.35% 0.5% -
HSV(B) 138.88º 0.51% 0.68% -
XYZ 21.52 32.94 20.55 -
YUV 139.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 84 173 112 0.51 0 0.35 0.32 138.88 0.35 0.5
Hex 54 AD 70 33 0 23 20 8B 23 32
Octal 124 255 160 63 0 43 40 213 43 62
Binary 1010100 10101101 1110000 110011 0 100011 100000 10001011 100011 110010

Color Harmonies of #54AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AD70

Black with #54AD70

Text Example


Text Example

White with #54AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AD70; }

 p { color: rgb(84,173,112); }

 H1.HeaderClassName
 {
   color: #54AD70;
 }
 .AnyTagClassName
 {
   color: #54AD70;
 }
</style>

background-color css

<style>
 a { background-color: #54AD70; }

 a { background-color: rgb(84,173,112); }

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

border-color css

<style>
 span { border-color: #54AD70; }

 span { border-color: rgb(84,173,112); }

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