#1B7C63

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

Shades of Deep Sea #1B7C63

Tints of Deep Sea #1B7C63

Color information

#1B7C63 (or 0x1B7C63) is unknown color: approx Deep Sea. HEX triplet: 1B, 7C and 63. RGB value is (27,124,99). Sum of RGB (Red+Green+Blue) = 27+124+99=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #1B7C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7C63 is #E4839C. Grayscale: #5C5C5C. Windows color (decimal): -14975901 or 6519835. OLE color: 6519835.

HSL color Cylindrical-coordinate representation of color #1B7C63: hue angle of 164.54º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7C63 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB2712499-
CMYK0.7800.200.51
HSL164.54º64.24%29.61%-
HSV(B)164.54º78.23%48.63%-
XYZ9.9115.5514.28-
YUV92.15131.8681.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.8%
GREEN value IS 124 (48.83% from 255) = 49.6%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=10.8%
G=49.6%
B=39.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal27124990.7800.200.51164.5464.2429.61
Hex1B7C634E01433a5401e
Octal331741431160246324510036
Binary1101111111001100011100111001010011001110100101100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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