#1C7661

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

Shades of Deep Sea #1C7661

Tints of Deep Sea #1C7661

Color information

#1C7661 (or 0x1C7661) is unknown color: approx Deep Sea. HEX triplet: 1C, 76 and 61. RGB value is (28,118,97). Sum of RGB (Red+Green+Blue) = 28+118+97=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7661 is #E3899E. Grayscale: #585858. Windows color (decimal): -14911903 or 6387228. OLE color: 6387228.

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

Color convert

RGB2811897-
CMYK0.7600.180.54
HSL166º61.64%28.63%-
HSV(B)166º76.27%46.27%-
XYZ9.1114.0713.54-
YUV88.7132.6884.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=11.52%
G=48.56%
B=39.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28118970.7600.180.5416661.6428.63
Hex1C76614C01236a63e1d
Octal34166141114022662467635
Binary111001110110110000110011000100101101101010011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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