#107D68

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

Shades of Deep Sea #107D68

Tints of Deep Sea #107D68

Color information

#107D68 (or 0x107D68) is unknown color: approx Deep Sea. HEX triplet: 10, 7D and 68. RGB value is (16,125,104). Sum of RGB (Red+Green+Blue) = 16+125+104=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #107D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D68 is #EF8297. Grayscale: #595959. Windows color (decimal): -15696536 or 6847760. OLE color: 6847760.

HSL color Cylindrical-coordinate representation of color #107D68: hue angle of 168.44º 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 #107D68 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB16125104-
CMYK0.8700.170.51
HSL168.44º77.3%27.65%-
HSV(B)168.44º87.2%49.02%-
XYZ10.0515.7815.61-
YUV90.02135.8975.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 125 (49.22% from 255) = 51.02%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=6.53%
G=51.02%
B=42.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161251040.8700.170.51168.4477.327.65
Hex107D685701133a84d1c
Octal201751501270216325011534
Binary1000011111011101000101011101000111001110101000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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