#1B755C

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

Shades of Deep Sea #1B755C

Tints of Deep Sea #1B755C

Color information

#1B755C (or 0x1B755C) is unknown color: approx Deep Sea. HEX triplet: 1B, 75 and 5C. RGB value is (27,117,92). Sum of RGB (Red+Green+Blue) = 27+117+92=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #1B755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B755C is #E48AA3. Grayscale: #575757. Windows color (decimal): -14977700 or 6059291. OLE color: 6059291.

HSL color Cylindrical-coordinate representation of color #1B755C: hue angle of 163.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B755C is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB2711792-
CMYK0.7700.210.54
HSL163.33º62.5%28.24%-
HSV(B)163.33º76.92%45.88%-
XYZ8.7513.7312.31-
YUV87.24130.6885.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.44%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=11.44%
G=49.58%
B=38.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27117920.7700.210.54163.3362.528.24
Hex1B755C4D01536a33e1c
Octal33165134115025662437634
Binary110111110101101110010011010101011101101010001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,117,92); }

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

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

 a { background-color: rgb(27,117,92); }

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

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

 span { border-color: rgb(27,117,92); }

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