#108565

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

Shades of Deep Sea #108565

Tints of Deep Sea #108565

Color information

#108565 (or 0x108565) is unknown color: approx Deep Sea. HEX triplet: 10, 85 and 65. RGB value is (16,133,101). Sum of RGB (Red+Green+Blue) = 16+133+101=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #108565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108565 is #EF7A9A. Grayscale: #5E5E5E. Windows color (decimal): -15694491 or 6653200. OLE color: 6653200.

HSL color Cylindrical-coordinate representation of color #108565: hue angle of 163.59º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108565 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB16133101-
CMYK0.8800.240.48
HSL163.59º78.52%29.22%-
HSV(B)163.59º87.97%52.16%-
XYZ10.9517.8215.18-
YUV94.37131.7472.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=6.4%
G=53.2%
B=40.4%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161331010.8800.240.48163.5978.5229.22
Hex1085655801830a44f1d
Octal202051451300306024411735
Binary10000100001011100101101100001100011000010100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108565; }

 p { color: rgb(16,133,101); }

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

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

 a { background-color: rgb(16,133,101); }

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

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

 span { border-color: rgb(16,133,101); }

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