#1B7266

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

Shades of Deep Sea #1B7266

Tints of Deep Sea #1B7266

Color information

#1B7266 (or 0x1B7266) is unknown color: approx Deep Sea. HEX triplet: 1B, 72 and 66. RGB value is (27,114,102). Sum of RGB (Red+Green+Blue) = 27+114+102=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7266 is #E48D99. Grayscale: #565656. Windows color (decimal): -14978458 or 6713883. OLE color: 6713883.

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

Color convert

RGB27114102-
CMYK0.7600.110.55
HSL171.72º61.7%27.65%-
HSV(B)171.72º76.32%44.71%-
XYZ8.8713.2314.66-
YUV86.62136.6885.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.11%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=11.11%
G=46.91%
B=41.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271141020.7600.110.55171.7261.727.65
Hex1B72664C0B37ac3e1c
Octal33162146114013672547634
Binary11011111001011001101001100010111101111010110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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