#107B5B

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

Shades of Deep Sea #107B5B

Tints of Deep Sea #107B5B

Color information

#107B5B (or 0x107B5B) is unknown color: approx Deep Sea. HEX triplet: 10, 7B and 5B. RGB value is (16,123,91). Sum of RGB (Red+Green+Blue) = 16+123+91=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 123 (48.44% from 255 or 53.48% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 123 - color contains mainly: green. Hex color #107B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B5B is #EF84A4. Grayscale: #575757. Windows color (decimal): -15697061 or 5995280. OLE color: 5995280.

HSL color Cylindrical-coordinate representation of color #107B5B: hue angle of 162.06º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107B5B is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1612391-
CMYK0.8700.260.52
HSL162.06º76.98%27.25%-
HSV(B)162.06º86.99%48.24%-
XYZ9.1815.0312.31-
YUV87.36130.0577.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 123 (48.44% from 255) = 53.48%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=6.96%
G=53.48%
B=39.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16123910.8700.260.52162.0676.9827.25
Hex107B5B5701A34a24d1b
Octal201731331270326424211533
Binary1000011110111011011101011101101011010010100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107B5B; }

 p { color: rgb(16,123,91); }

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

<style>
 a { background-color: #107B5B; }

 a { background-color: rgb(16,123,91); }

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

<style>
 span { border-color: #107B5B; }

 span { border-color: rgb(16,123,91); }

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