#1C8360

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

Shades of Deep Sea #1C8360

Tints of Deep Sea #1C8360

Color information

#1C8360 (or 0x1C8360) is unknown color: approx Deep Sea. HEX triplet: 1C, 83 and 60. RGB value is (28,131,96). Sum of RGB (Red+Green+Blue) = 28+131+96=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #1C8360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8360 is #E37C9F. Grayscale: #606060. Windows color (decimal): -14908576 or 6325020. OLE color: 6325020.

HSL color Cylindrical-coordinate representation of color #1C8360: hue angle of 159.61º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8360 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB2813196-
CMYK0.7900.270.49
HSL159.61º64.78%31.18%-
HSV(B)159.61º78.63%51.37%-
XYZ10.7117.3213.85-
YUV96.21127.8879.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 131 (51.56% from 255) = 51.37%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=10.98%
G=51.37%
B=37.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28131960.7900.270.49159.6164.7831.18
Hex1C83604F01B31a0411f
Octal342031401170336124010137
Binary11100100000111100000100111101101111000110100000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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