Html Css Color HEX #54AC7D Ocean Green

📋 copy color: '#54AC7D'

red 84 ◦ green 172 ◦ blue 125

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

Shades of Ocean Green #54AC7D

Tints of Ocean Green #54AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.14%

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

R = 22.05%
G = 45.14%
B = 32.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#54AC7D (or 0x54AC7D) is known color: Ocean Green. HEX triplet: 54, AC and 7D. RGB value is (84,172,125). Sum of RGB (Red+Green+Blue) = 84+172+125=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC7D is #AB5382. Grayscale: #8C8C8C. Windows color (decimal): -11228035 or 8236116. OLE color: 8236116.

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

Color convert

RGB 84 172 125 -
CMYK 0.51 0 0.27 0.33
HSL 147.95º 0.35% 0.5% -
HSV(B) 147.95º 0.51% 0.67% -
XYZ 22.11 32.87 24.58 -
YUV 140.33 119.35 87.82 -
System Red Green Blue C M Y K H S L
Decimal 84 172 125 0.51 0 0.27 0.33 147.95 0.35 0.5
Hex 54 AC 7D 33 0 1B 21 94 23 32
Octal 124 254 175 63 0 33 41 224 43 62
Binary 1010100 10101100 1111101 110011 0 11011 100001 10010100 100011 110010

Color Harmonies of #54AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AC7D

Black with #54AC7D

Text Example


Text Example

White with #54AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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