#1B7C68

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

Shades of Deep Sea #1B7C68

Tints of Deep Sea #1B7C68

Color information

#1B7C68 (or 0x1B7C68) is unknown color: approx Deep Sea. HEX triplet: 1B, 7C and 68. RGB value is (27,124,104). Sum of RGB (Red+Green+Blue) = 27+124+104=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #1B7C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7C68 is #E48397. Grayscale: #5C5C5C. Windows color (decimal): -14975896 or 6847515. OLE color: 6847515.

HSL color Cylindrical-coordinate representation of color #1B7C68: hue angle of 167.63º 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 #1B7C68 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB27124104-
CMYK0.7800.160.51
HSL167.63º64.24%29.61%-
HSV(B)167.63º78.23%48.63%-
XYZ10.1615.6515.58-
YUV92.72134.3681.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.59%
GREEN value IS 124 (48.83% from 255) = 48.63%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=10.59%
G=48.63%
B=40.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal271241040.7800.160.51167.6364.2429.61
Hex1B7C684E01033a8401e
Octal331741501160206325010036
Binary1101111111001101000100111001000011001110101000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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