Html Css Color HEX #54AD7D Ocean Green

📋 copy color: '#54AD7D'

red 84 ◦ green 173 ◦ blue 125

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

Shades of Ocean Green #54AD7D

Tints of Ocean Green #54AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 21.99%
G = 45.29%
B = 32.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#54AD7D (or 0x54AD7D) is known color: Ocean Green. HEX triplet: 54, AD and 7D. RGB value is (84,173,125). Sum of RGB (Red+Green+Blue) = 84+173+125=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD7D is #AB5282. Grayscale: #8D8D8D. Windows color (decimal): -11227779 or 8236372. OLE color: 8236372.

HSL color Cylindrical-coordinate representation of color #54AD7D: hue angle of 147.64º 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 #54AD7D is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 173 125 -
CMYK 0.51 0 0.28 0.32
HSL 147.64º 0.35% 0.5% -
HSV(B) 147.64º 0.51% 0.68% -
XYZ 22.3 33.25 24.65 -
YUV 140.92 119.01 87.4 -
System Red Green Blue C M Y K H S L
Decimal 84 173 125 0.51 0 0.28 0.32 147.64 0.35 0.5
Hex 54 AD 7D 33 0 1C 20 94 23 32
Octal 124 255 175 63 0 34 40 224 43 62
Binary 1010100 10101101 1111101 110011 0 11100 100000 10010100 100011 110010

Color Harmonies of #54AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AD7D

Black with #54AD7D

Text Example


Text Example

White with #54AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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