#1C6250

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

Shades of Evening Sea #1C6250

Tints of Evening Sea #1C6250

Color information

#1C6250 (or 0x1C6250) is unknown color: approx Evening Sea. HEX triplet: 1C, 62 and 50. RGB value is (28,98,80). Sum of RGB (Red+Green+Blue) = 28+98+80=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6250 is #E39DAF. Grayscale: #4B4B4B. Windows color (decimal): -14917040 or 5267996. OLE color: 5267996.

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

Color convert

RGB289880-
CMYK0.7100.180.62
HSL164.57º55.56%24.71%-
HSV(B)164.57º71.43%38.43%-
XYZ6.299.569.1-
YUV75.02130.8194.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.59%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=13.59%
G=47.57%
B=38.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898800.7100.180.62164.5755.5624.71
Hex1C6250470123Ea53819
Octal34142120107022762457031
Binary111001100010101000010001110100101111101010010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,80); }

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

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

 a { background-color: rgb(28,98,80); }

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

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

 span { border-color: rgb(28,98,80); }

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