#1B8363

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

Shades of Deep Sea #1B8363

Tints of Deep Sea #1B8363

Color information

#1B8363 (or 0x1B8363) is unknown color: approx Deep Sea. HEX triplet: 1B, 83 and 63. RGB value is (27,131,99). Sum of RGB (Red+Green+Blue) = 27+131+99=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #1B8363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8363 is #E47C9C. Grayscale: #606060. Windows color (decimal): -14974109 or 6521627. OLE color: 6521627.

HSL color Cylindrical-coordinate representation of color #1B8363: hue angle of 161.54º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8363 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB2713199-
CMYK0.7900.240.49
HSL161.54º65.82%30.98%-
HSV(B)161.54º79.39%51.37%-
XYZ10.8217.3714.59-
YUV96.26129.5478.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.51%
GREEN value IS 131 (51.56% from 255) = 50.97%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=10.51%
G=50.97%
B=38.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27131990.7900.240.49161.5465.8230.98
Hex1B83634F01831a2421f
Octal332031431170306124210237
Binary11011100000111100011100111101100011000110100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,131,99); }

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

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

 a { background-color: rgb(27,131,99); }

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

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

 span { border-color: rgb(27,131,99); }

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