#196054

Color #196054 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #196054

Tints of Eden #196054

Color information

#196054 (or 0x196054) is unknown color: approx Eden. HEX triplet: 19, 60 and 54. RGB value is (25,96,84). Sum of RGB (Red+Green+Blue) = 25+96+84=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #196054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196054 is #E69FAB. Grayscale: #494949. Windows color (decimal): -15114156 or 5529625. OLE color: 5529625.

HSL color Cylindrical-coordinate representation of color #196054: hue angle of 169.86º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196054 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB259684-
CMYK0.7400.120.62
HSL169.86º58.68%23.73%-
HSV(B)169.86º73.96%37.65%-
XYZ6.189.219.84-
YUV73.4133.9893.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=12.20%
G=46.83%
B=40.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596840.7400.120.62169.8658.6823.73
Hex1960544A0C3Eaa3b18
Octal31140124112014762527330
Binary11001110000010101001001010011001111101010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196054; }

 p { color: rgb(25,96,84); }

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

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

 a { background-color: rgb(25,96,84); }

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

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

 span { border-color: rgb(25,96,84); }

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