#107D5B

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

Shades of Deep Sea #107D5B

Tints of Deep Sea #107D5B

Color information

#107D5B (or 0x107D5B) is unknown color: approx Deep Sea. HEX triplet: 10, 7D and 5B. RGB value is (16,125,91). Sum of RGB (Red+Green+Blue) = 16+125+91=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #107D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D5B is #EF82A4. Grayscale: #585858. Windows color (decimal): -15696549 or 5995792. OLE color: 5995792.

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

Color convert

RGB1612591-
CMYK0.8700.270.51
HSL161.28º77.3%27.65%-
HSV(B)161.28º87.2%49.02%-
XYZ9.4415.5312.4-
YUV88.53129.3976.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 125 (49.22% from 255) = 53.88%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=6.90%
G=53.88%
B=39.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16125910.8700.270.51161.2877.327.65
Hex107D5B5701B33a14d1c
Octal201751331270336324111534
Binary1000011111011011011101011101101111001110100001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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