#1B6050

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

Shades of Evening Sea #1B6050

Tints of Evening Sea #1B6050

Color information

#1B6050 (or 0x1B6050) is unknown color: approx Evening Sea. HEX triplet: 1B, 60 and 50. RGB value is (27,96,80). Sum of RGB (Red+Green+Blue) = 27+96+80=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6050 is #E49FAF. Grayscale: #494949. Windows color (decimal): -14983088 or 5267483. OLE color: 5267483.

HSL color Cylindrical-coordinate representation of color #1B6050: hue angle of 166.09º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6050 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB279680-
CMYK0.7200.170.62
HSL166.09º56.1%24.12%-
HSV(B)166.09º71.88%37.65%-
XYZ6.089.189.04-
YUV73.54131.6494.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.30%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=13.30%
G=47.29%
B=39.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796800.7200.170.62166.0956.124.12
Hex1B6050480113Ea63818
Octal33140120110021762467030
Binary110111100000101000010010000100011111101010011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,80); }

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

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

 a { background-color: rgb(27,96,80); }

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

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

 span { border-color: rgb(27,96,80); }

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