#1C815C

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

Shades of Deep Sea #1C815C

Tints of Deep Sea #1C815C

Color information

#1C815C (or 0x1C815C) is unknown color: approx Deep Sea. HEX triplet: 1C, 81 and 5C. RGB value is (28,129,92). Sum of RGB (Red+Green+Blue) = 28+129+92=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #1C815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C815C is #E37EA3. Grayscale: #5E5E5E. Windows color (decimal): -14909092 or 6062364. OLE color: 6062364.

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

Color convert

RGB2812992-
CMYK0.7800.290.49
HSL158.02º64.33%30.78%-
HSV(B)158.02º78.29%50.59%-
XYZ10.2616.7212.81-
YUV94.58126.5480.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=11.24%
G=51.81%
B=36.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28129920.7800.290.49158.0264.3330.78
Hex1C815C4E01D319e401f
Octal342011341160356123610037
Binary11100100000011011100100111001110111000110011110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,129,92); }

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

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

 a { background-color: rgb(28,129,92); }

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

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

 span { border-color: rgb(28,129,92); }

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