#54AD7E

Color #54AD7E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54AD7E

Tints of Ocean Green #54AD7E

Color information

#54AD7E (or 0x54AD7E) is unknown color: approx Ocean Green. HEX triplet: 54, AD and 7E. RGB value is (84,173,126). Sum of RGB (Red+Green+Blue) = 84+173+126=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD7E is #AB5281. Grayscale: #8D8D8D. Windows color (decimal): -11227778 or 8301908. OLE color: 8301908.

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

Color convert

RGB84173126-
CMYK0.5100.270.32
HSL148.31º35.18%50.39%-
HSV(B)148.31º51.45%67.84%-
XYZ22.3733.2824.98-
YUV141.03119.5187.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=21.93%
G=45.17%
B=32.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841731260.5100.270.32148.3135.1850.39
Hex54AD7E3301B20942332
Octal12425517663033402244362
Binary101010010101101111111011001101101110000010010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54AD7E;
 }
 .AnyTagClassName
 {
   color: #54AD7E;
 }
</style>
background-color css

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

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

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

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

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

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