#1B806A

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

Shades of Deep Sea #1B806A

Tints of Deep Sea #1B806A

Color information

#1B806A (or 0x1B806A) is unknown color: approx Deep Sea. HEX triplet: 1B, 80 and 6A. RGB value is (27,128,106). Sum of RGB (Red+Green+Blue) = 27+128+106=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #1B806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B806A is #E47F95. Grayscale: #5F5F5F. Windows color (decimal): -14974870 or 6979611. OLE color: 6979611.

HSL color Cylindrical-coordinate representation of color #1B806A: hue angle of 166.93º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B806A is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB27128106-
CMYK0.7900.170.50
HSL166.93º65.16%30.39%-
HSV(B)166.93º78.91%50.2%-
XYZ10.7716.7116.29-
YUV95.29134.0479.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.34%
GREEN value IS 128 (50.39% from 255) = 49.04%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=10.34%
G=49.04%
B=40.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal271281060.7900.170.50166.9365.1630.39
Hex1B806A4F01132a7411e
Octal332001521170216224710136
Binary11011100000001101010100111101000111001010100111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,128,106); }

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

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

 a { background-color: rgb(27,128,106); }

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

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

 span { border-color: rgb(27,128,106); }

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