#1C756A

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

Shades of Deep Sea #1C756A

Tints of Deep Sea #1C756A

Color information

#1C756A (or 0x1C756A) is unknown color: approx Deep Sea. HEX triplet: 1C, 75 and 6A. RGB value is (28,117,106). Sum of RGB (Red+Green+Blue) = 28+117+106=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #1C756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C756A is #E38A95. Grayscale: #595959. Windows color (decimal): -14912150 or 6976796. OLE color: 6976796.

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

Color convert

RGB28117106-
CMYK0.7600.090.54
HSL172.58º61.38%28.43%-
HSV(B)172.58º76.07%45.88%-
XYZ9.4414.0115.84-
YUV89.14137.5184.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.16%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=11.16%
G=46.61%
B=42.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal281171060.7600.090.54172.5861.3828.43
Hex1C756A4C0936ad3d1c
Octal34165152114011662557534
Binary11100111010111010101001100010011101101010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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