#107267

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

Shades of Deep Sea #107267

Tints of Deep Sea #107267

Color information

#107267 (or 0x107267) is unknown color: approx Deep Sea. HEX triplet: 10, 72 and 67. RGB value is (16,114,103). Sum of RGB (Red+Green+Blue) = 16+114+103=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #107267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107267 is #EF8D98. Grayscale: #535353. Windows color (decimal): -15699353 or 6779408. OLE color: 6779408.

HSL color Cylindrical-coordinate representation of color #107267: hue angle of 173.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107267 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB16114103-
CMYK0.8600.100.55
HSL173.27º75.38%25.49%-
HSV(B)173.27º85.96%44.71%-
XYZ8.6813.1214.91-
YUV83.44139.0379.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=6.87%
G=48.93%
B=44.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161141030.8600.100.55173.2775.3825.49
Hex107267560A37ad4b19
Octal201621471260126725511331
Binary100001110010110011110101100101011011110101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107267; }

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

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

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

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

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

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

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

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