#107B68

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

Shades of Deep Sea #107B68

Tints of Deep Sea #107B68

Color information

#107B68 (or 0x107B68) is unknown color: approx Deep Sea. HEX triplet: 10, 7B and 68. RGB value is (16,123,104). Sum of RGB (Red+Green+Blue) = 16+123+104=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #107B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B68 is #EF8497. Grayscale: #585858. Windows color (decimal): -15697048 or 6847248. OLE color: 6847248.

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

Color convert

RGB16123104-
CMYK0.8700.150.52
HSL169.35º76.98%27.25%-
HSV(B)169.35º86.99%48.24%-
XYZ9.815.2815.53-
YUV88.84136.5576.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 123 (48.44% from 255) = 50.62%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=6.58%
G=50.62%
B=42.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal161231040.8700.150.52169.3576.9827.25
Hex107B68570F34a94d1b
Octal201731501270176425111533
Binary100001111011110100010101110111111010010101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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