#1B7761

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

Shades of Deep Sea #1B7761

Tints of Deep Sea #1B7761

Color information

#1B7761 (or 0x1B7761) is unknown color: approx Deep Sea. HEX triplet: 1B, 77 and 61. RGB value is (27,119,97). Sum of RGB (Red+Green+Blue) = 27+119+97=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7761 is #E4889E. Grayscale: #585858. Windows color (decimal): -14977183 or 6387483. OLE color: 6387483.

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

Color convert

RGB2711997-
CMYK0.7700.180.53
HSL165.65º63.01%28.63%-
HSV(B)165.65º77.31%46.67%-
XYZ9.2114.2913.58-
YUV88.98132.5283.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.11%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=11.11%
G=48.97%
B=39.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119970.7700.180.53165.6563.0128.63
Hex1B77614D01235a63f1d
Octal33167141115022652467735
Binary110111110111110000110011010100101101011010011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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