#54A768

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

Shades of Ocean Green #54A768

Tints of Ocean Green #54A768

Color information

#54A768 (or 0x54A768) is unknown color: approx Ocean Green. HEX triplet: 54, A7 and 68. RGB value is (84,167,104). Sum of RGB (Red+Green+Blue) = 84+167+104=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #54A768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A768 is #AB5897. Grayscale: #878787. Windows color (decimal): -11229336 or 6858580. OLE color: 6858580.

HSL color Cylindrical-coordinate representation of color #54A768: hue angle of 134.46º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A768 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB84167104-
CMYK0.5000.380.35
HSL134.46º33.07%49.22%-
HSV(B)134.46º49.7%65.49%-
XYZ19.9730.5217.94-
YUV135110.591.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=23.66%
G=47.04%
B=29.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841671040.5000.380.35134.4633.0749.22
Hex54A7683202623862131
Octal12424715062046432064161
Binary1010100101001111101000110010010011010001110000110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,167,104); }

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

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

 a { background-color: rgb(84,167,104); }

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

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

 span { border-color: rgb(84,167,104); }

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