#1C815B

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

Shades of Deep Sea #1C815B

Tints of Deep Sea #1C815B

Color information

#1C815B (or 0x1C815B) is unknown color: approx Deep Sea. HEX triplet: 1C, 81 and 5B. RGB value is (28,129,91). Sum of RGB (Red+Green+Blue) = 28+129+91=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #1C815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C815B is #E37EA4. Grayscale: #5E5E5E. Windows color (decimal): -14909093 or 5996828. OLE color: 5996828.

HSL color Cylindrical-coordinate representation of color #1C815B: hue angle of 157.43º 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 #1C815B is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB2812991-
CMYK0.7800.290.49
HSL157.43º64.33%30.78%-
HSV(B)157.43º78.29%50.59%-
XYZ10.2216.712.58-
YUV94.47126.0480.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=11.29%
G=52.02%
B=36.69%

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
Decimal28129910.7800.290.49157.4364.3330.78
Hex1C815B4E01D319d401f
Octal342011331160356123510037
Binary11100100000011011011100111001110111000110011101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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