#1C554B

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

Shades of Evening Sea #1C554B

Tints of Evening Sea #1C554B

Color information

#1C554B (or 0x1C554B) is unknown color: approx Evening Sea. HEX triplet: 1C, 55 and 4B. RGB value is (28,85,75). Sum of RGB (Red+Green+Blue) = 28+85+75=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #1C554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C554B is #E3AAB4. Grayscale: #424242. Windows color (decimal): -14920373 or 4936988. OLE color: 4936988.

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

Color convert

RGB288575-
CMYK0.6700.120.67
HSL169.47º50.44%22.16%-
HSV(B)169.47º67.06%33.33%-
XYZ57.257.79-
YUV66.82132.62100.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.89%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=14.89%
G=45.21%
B=39.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885750.6700.120.67169.4750.4422.16
Hex1C554B430C43a93216
Octal341251131030141032516226
Binary111001010101100101110000110110010000111010100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C554B; }

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

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

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

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

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

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

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

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