#1C755E

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

Shades of Deep Sea #1C755E

Tints of Deep Sea #1C755E

Color information

#1C755E (or 0x1C755E) is unknown color: approx Deep Sea. HEX triplet: 1C, 75 and 5E. RGB value is (28,117,94). Sum of RGB (Red+Green+Blue) = 28+117+94=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #1C755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C755E is #E38AA1. Grayscale: #575757. Windows color (decimal): -14912162 or 6190364. OLE color: 6190364.

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

Color convert

RGB2811794-
CMYK0.7600.200.54
HSL164.49º61.38%28.43%-
HSV(B)164.49º76.07%45.88%-
XYZ8.8613.7812.78-
YUV87.77131.5185.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.72%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=11.72%
G=48.95%
B=39.33%

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
Decimal28117940.7600.200.54164.4961.3828.43
Hex1C755E4C01436a43d1c
Octal34165136114024662447534
Binary111001110101101111010011000101001101101010010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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