#1C776A

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

Shades of Deep Sea #1C776A

Tints of Deep Sea #1C776A

Color information

#1C776A (or 0x1C776A) is unknown color: approx Deep Sea. HEX triplet: 1C, 77 and 6A. RGB value is (28,119,106). Sum of RGB (Red+Green+Blue) = 28+119+106=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #1C776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C776A is #E38895. Grayscale: #5A5A5A. Windows color (decimal): -14911638 or 6977308. OLE color: 6977308.

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

Color convert

RGB28119106-
CMYK0.7600.110.53
HSL171.43º61.9%28.82%-
HSV(B)171.43º76.47%46.67%-
XYZ9.6814.4815.92-
YUV90.31136.8583.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=11.07%
G=47.04%
B=41.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281191060.7600.110.53171.4361.928.82
Hex1C776A4C0B35ab3e1d
Octal34167152114013652537635
Binary11100111011111010101001100010111101011010101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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