#54A167

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

Shades of Ocean Green #54A167

Tints of Ocean Green #54A167

Color information

#54A167 (or 0x54A167) is unknown color: approx Ocean Green. HEX triplet: 54, A1 and 67. RGB value is (84,161,103). Sum of RGB (Red+Green+Blue) = 84+161+103=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #54A167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A167 is #AB5E98. Grayscale: #838383. Windows color (decimal): -11230873 or 6791508. OLE color: 6791508.

HSL color Cylindrical-coordinate representation of color #54A167: hue angle of 134.81º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A167 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB84161103-
CMYK0.4800.360.37
HSL134.81º31.43%48.04%-
HSV(B)134.81º47.83%63.14%-
XYZ18.8528.3517.31-
YUV131.36111.9994.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 161 (63.28% from 255) = 46.26%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=24.14%
G=46.26%
B=29.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611030.4800.360.37134.8131.4348.04
Hex54A1673002425871f30
Octal12424114760044452073760
Binary101010010100001110011111000001001001001011000011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,161,103); }

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

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

 a { background-color: rgb(84,161,103); }

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

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

 span { border-color: rgb(84,161,103); }

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