#54A170

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

Shades of Ocean Green #54A170

Tints of Ocean Green #54A170

Color information

#54A170 (or 0x54A170) is unknown color: approx Ocean Green. HEX triplet: 54, A1 and 70. RGB value is (84,161,112). Sum of RGB (Red+Green+Blue) = 84+161+112=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #54A170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A170 is #AB5E8F. Grayscale: #848484. Windows color (decimal): -11230864 or 7381332. OLE color: 7381332.

HSL color Cylindrical-coordinate representation of color #54A170: hue angle of 141.82º 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 #54A170 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB84161112-
CMYK0.4800.300.37
HSL141.82º31.43%48.04%-
HSV(B)141.82º47.83%63.14%-
XYZ19.3328.5419.82-
YUV132.39116.4993.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 161 (63.28% from 255) = 45.10%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=23.53%
G=45.10%
B=31.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611120.4800.300.37141.8231.4348.04
Hex54A1703001E258e1f30
Octal12424116060036452163760
Binary10101001010000111100001100000111101001011000111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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