#1C765E

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

Shades of Deep Sea #1C765E

Tints of Deep Sea #1C765E

Color information

#1C765E (or 0x1C765E) is unknown color: approx Deep Sea. HEX triplet: 1C, 76 and 5E. RGB value is (28,118,94). Sum of RGB (Red+Green+Blue) = 28+118+94=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #1C765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C765E is #E389A1. Grayscale: #585858. Windows color (decimal): -14911906 or 6190620. OLE color: 6190620.

HSL color Cylindrical-coordinate representation of color #1C765E: hue angle of 164º 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 #1C765E is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB2811894-
CMYK0.7600.200.54
HSL164º61.64%28.63%-
HSV(B)164º76.27%46.27%-
XYZ8.9814.0112.82-
YUV88.35131.1884.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.67%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=11.67%
G=49.17%
B=39.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28118940.7600.200.5416461.6428.63
Hex1C765E4C01436a43e1d
Octal34166136114024662447635
Binary111001110110101111010011000101001101101010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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