#54A46E

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

Shades of Ocean Green #54A46E

Tints of Ocean Green #54A46E

Color information

#54A46E (or 0x54A46E) is unknown color: approx Ocean Green. HEX triplet: 54, A4 and 6E. RGB value is (84,164,110). Sum of RGB (Red+Green+Blue) = 84+164+110=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #54A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A46E is #AB5B91. Grayscale: #868686. Windows color (decimal): -11230098 or 7251028. OLE color: 7251028.

HSL color Cylindrical-coordinate representation of color #54A46E: hue angle of 139.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A46E is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB84164110-
CMYK0.4900.330.36
HSL139.5º32.26%48.63%-
HSV(B)139.5º48.78%64.31%-
XYZ19.7529.5619.42-
YUV133.92114.592.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=23.46%
G=45.81%
B=30.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841641100.4900.330.36139.532.2648.63
Hex54A46E31021248c2031
Octal12424415661041442144061
Binary1010100101001001101110110001010000110010010001100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,110); }

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

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

 a { background-color: rgb(84,164,110); }

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

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

 span { border-color: rgb(84,164,110); }

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