#1B7768

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

Shades of Deep Sea #1B7768

Tints of Deep Sea #1B7768

Color information

#1B7768 (or 0x1B7768) is unknown color: approx Deep Sea. HEX triplet: 1B, 77 and 68. RGB value is (27,119,104). Sum of RGB (Red+Green+Blue) = 27+119+104=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7768 is #E48897. Grayscale: #595959. Windows color (decimal): -14977176 or 6846235. OLE color: 6846235.

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

Color convert

RGB27119104-
CMYK0.7700.130.53
HSL170.22º63.01%28.63%-
HSV(B)170.22º77.31%46.67%-
XYZ9.5514.4315.38-
YUV89.78136.0283.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.8%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=10.8%
G=47.6%
B=41.6%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271191040.7700.130.53170.2263.0128.63
Hex1B77684D0D35aa3f1d
Octal33167150115015652527735
Binary11011111011111010001001101011011101011010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,119,104); }

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

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

 a { background-color: rgb(27,119,104); }

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

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

 span { border-color: rgb(27,119,104); }

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