#1C765D

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

Shades of Deep Sea #1C765D

Tints of Deep Sea #1C765D

Color information

#1C765D (or 0x1C765D) is unknown color: approx Deep Sea. HEX triplet: 1C, 76 and 5D. RGB value is (28,118,93). Sum of RGB (Red+Green+Blue) = 28+118+93=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #1C765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C765D is #E389A2. Grayscale: #585858. Windows color (decimal): -14911907 or 6125084. OLE color: 6125084.

HSL color Cylindrical-coordinate representation of color #1C765D: hue angle of 163.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C765D is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB2811893-
CMYK0.7600.210.54
HSL163.33º61.64%28.63%-
HSV(B)163.33º76.27%46.27%-
XYZ8.9313.9912.59-
YUV88.24130.6885.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.72%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=11.72%
G=49.37%
B=38.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28118930.7600.210.54163.3361.6428.63
Hex1C765D4C01536a33e1d
Octal34166135114025662437635
Binary111001110110101110110011000101011101101010001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,118,93); }

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

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

 a { background-color: rgb(28,118,93); }

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

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

 span { border-color: rgb(28,118,93); }

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