Html Css Color HEX #54AD7F Ocean Green

📋 copy color: '#54AD7F'

red 84 ◦ green 173 ◦ blue 127

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

Shades of Ocean Green #54AD7F

Tints of Ocean Green #54AD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 21.88%
G = 45.05%
B = 33.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#54AD7F (or 0x54AD7F) is known color: Ocean Green. HEX triplet: 54, AD and 7F. RGB value is (84,173,127). Sum of RGB (Red+Green+Blue) = 84+173+127=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD7F is #AB5280. Grayscale: #8D8D8D. Windows color (decimal): -11227777 or 8367444. OLE color: 8367444.

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

Color convert

RGB 84 173 127 -
CMYK 0.51 0 0.27 0.32
HSL 148.99º 0.35% 0.5% -
HSV(B) 148.99º 0.51% 0.68% -
XYZ 22.43 33.3 25.32 -
YUV 141.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 84 173 127 0.51 0 0.27 0.32 148.99 0.35 0.5
Hex 54 AD 7F 33 0 1B 20 95 23 32
Octal 124 255 177 63 0 33 40 225 43 62
Binary 1010100 10101101 1111111 110011 0 11011 100000 10010101 100011 110010

Color Harmonies of #54AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AD7F

Black with #54AD7F

Text Example


Text Example

White with #54AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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