#1B785A

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

Shades of Deep Sea #1B785A

Tints of Deep Sea #1B785A

Color information

#1B785A (or 0x1B785A) is unknown color: approx Deep Sea. HEX triplet: 1B, 78 and 5A. RGB value is (27,120,90). Sum of RGB (Red+Green+Blue) = 27+120+90=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #1B785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B785A is #E487A5. Grayscale: #585858. Windows color (decimal): -14976934 or 5928987. OLE color: 5928987.

HSL color Cylindrical-coordinate representation of color #1B785A: hue angle of 160.65º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B785A is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB2712090-
CMYK0.7800.250.53
HSL160.65º63.27%28.82%-
HSV(B)160.65º77.5%47.06%-
XYZ9.0114.411.98-
YUV88.77128.6983.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=11.39%
G=50.63%
B=37.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27120900.7800.250.53160.6563.2728.82
Hex1B785A4E01935a13f1d
Octal33170132116031652417735
Binary110111111000101101010011100110011101011010000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,120,90); }

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

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

 a { background-color: rgb(27,120,90); }

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

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

 span { border-color: rgb(27,120,90); }

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