#1B7061

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

Shades of Deep Sea #1B7061

Tints of Deep Sea #1B7061

Color information

#1B7061 (or 0x1B7061) is unknown color: approx Deep Sea. HEX triplet: 1B, 70 and 61. RGB value is (27,112,97). Sum of RGB (Red+Green+Blue) = 27+112+97=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #1B7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7061 is #E48F9E. Grayscale: #545454. Windows color (decimal): -14978975 or 6385691. OLE color: 6385691.

HSL color Cylindrical-coordinate representation of color #1B7061: hue angle of 169.41º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7061 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB2711297-
CMYK0.7600.130.56
HSL169.41º61.15%27.25%-
HSV(B)169.41º75.89%43.92%-
XYZ8.412.6813.31-
YUV84.88134.8486.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.44%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=11.44%
G=47.46%
B=41.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27112970.7600.130.56169.4161.1527.25
Hex1B70614C0D38a93d1b
Octal33160141114015702517533
Binary11011111000011000011001100011011110001010100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,97); }

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

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

 a { background-color: rgb(27,112,97); }

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

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

 span { border-color: rgb(27,112,97); }

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