#107B67

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

Shades of Deep Sea #107B67

Tints of Deep Sea #107B67

Color information

#107B67 (or 0x107B67) is unknown color: approx Deep Sea. HEX triplet: 10, 7B and 67. RGB value is (16,123,103). Sum of RGB (Red+Green+Blue) = 16+123+103=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #107B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B67 is #EF8498. Grayscale: #585858. Windows color (decimal): -15697049 or 6781712. OLE color: 6781712.

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

Color convert

RGB16123103-
CMYK0.8700.160.52
HSL168.79º76.98%27.25%-
HSV(B)168.79º86.99%48.24%-
XYZ9.7415.2615.26-
YUV88.73136.0576.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 123 (48.44% from 255) = 50.83%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=6.61%
G=50.83%
B=42.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal161231030.8700.160.52168.7976.9827.25
Hex107B675701034a94d1b
Octal201731471270206425111533
Binary1000011110111100111101011101000011010010101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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