#54A46A

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

Shades of Ocean Green #54A46A

Tints of Ocean Green #54A46A

Color information

#54A46A (or 0x54A46A) is unknown color: approx Ocean Green. HEX triplet: 54, A4 and 6A. RGB value is (84,164,106). Sum of RGB (Red+Green+Blue) = 84+164+106=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #54A46A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A46A is #AB5B95. Grayscale: #858585. Windows color (decimal): -11230102 or 6988884. OLE color: 6988884.

HSL color Cylindrical-coordinate representation of color #54A46A: hue angle of 136.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 #54A46A is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB84164106-
CMYK0.4900.350.36
HSL136.5º32.26%48.63%-
HSV(B)136.5º48.78%64.31%-
XYZ19.5329.4818.3-
YUV133.47112.592.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=23.73%
G=46.33%
B=29.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841641060.4900.350.36136.532.2648.63
Hex54A46A3102324882031
Octal12424415261043442104061
Binary1010100101001001101010110001010001110010010001000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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