#1B7666

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

Shades of Deep Sea #1B7666

Tints of Deep Sea #1B7666

Color information

#1B7666 (or 0x1B7666) is unknown color: approx Deep Sea. HEX triplet: 1B, 76 and 66. RGB value is (27,118,102). Sum of RGB (Red+Green+Blue) = 27+118+102=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #1B7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7666 is #E48999. Grayscale: #585858. Windows color (decimal): -14977434 or 6714907. OLE color: 6714907.

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

Color convert

RGB27118102-
CMYK0.7700.140.54
HSL169.45º62.76%28.43%-
HSV(B)169.45º77.12%46.27%-
XYZ9.3314.1514.81-
YUV88.97135.3583.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=10.93%
G=47.77%
B=41.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal271181020.7700.140.54169.4562.7628.43
Hex1B76664D0E36a93f1c
Octal33166146115016662517734
Binary11011111011011001101001101011101101101010100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,118,102); }

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

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

 a { background-color: rgb(27,118,102); }

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

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

 span { border-color: rgb(27,118,102); }

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