#1C8060

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

Shades of Deep Sea #1C8060

Tints of Deep Sea #1C8060

Color information

#1C8060 (or 0x1C8060) is unknown color: approx Deep Sea. HEX triplet: 1C, 80 and 60. RGB value is (28,128,96). Sum of RGB (Red+Green+Blue) = 28+128+96=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #1C8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8060 is #E37F9F. Grayscale: #5E5E5E. Windows color (decimal): -14909344 or 6324252. OLE color: 6324252.

HSL color Cylindrical-coordinate representation of color #1C8060: hue angle of 160.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C8060 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB2812896-
CMYK0.7800.250.50
HSL160.8º64.1%30.59%-
HSV(B)160.8º78.12%50.2%-
XYZ10.3116.5313.71-
YUV94.45128.8780.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 128 (50.39% from 255) = 50.79%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=11.11%
G=50.79%
B=38.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal28128960.7800.250.50160.864.130.59
Hex1C80604E01932a1401f
Octal342001401160316224110037
Binary11100100000001100000100111001100111001010100001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,128,96); }

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

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

 a { background-color: rgb(28,128,96); }

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

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

 span { border-color: rgb(28,128,96); }

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