#19554B

Color #19554B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #19554B

Tints of Evening Sea #19554B

Color information

#19554B (or 0x19554B) is unknown color: approx Evening Sea. HEX triplet: 19, 55 and 4B. RGB value is (25,85,75). Sum of RGB (Red+Green+Blue) = 25+85+75=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #19554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19554B is #E6AAB4. Grayscale: #414141. Windows color (decimal): -15116981 or 4936985. OLE color: 4936985.

HSL color Cylindrical-coordinate representation of color #19554B: hue angle of 170º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19554B is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB258575-
CMYK0.7100.120.67
HSL170º54.55%21.57%-
HSV(B)170º70.59%33.33%-
XYZ4.927.217.79-
YUV65.92133.1298.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=13.51%
G=45.95%
B=40.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585750.7100.120.6717054.5521.57
Hex19554B470C43aa3716
Octal311251131070141032526726
Binary110011010101100101110001110110010000111010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19554B; }

 p { color: rgb(25,85,75); }

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

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

 a { background-color: rgb(25,85,75); }

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

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

 span { border-color: rgb(25,85,75); }

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