#108764

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

Shades of Deep Sea #108764

Tints of Deep Sea #108764

Color information

#108764 (or 0x108764) is unknown color: approx Deep Sea. HEX triplet: 10, 87 and 64. RGB value is (16,135,100). Sum of RGB (Red+Green+Blue) = 16+135+100=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #108764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108764 is #EF789B. Grayscale: #5F5F5F. Windows color (decimal): -15693980 or 6588176. OLE color: 6588176.

HSL color Cylindrical-coordinate representation of color #108764: hue angle of 162.35º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108764 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB16135100-
CMYK0.8800.260.47
HSL162.35º78.81%29.61%-
HSV(B)162.35º88.15%52.94%-
XYZ11.1818.3615.01-
YUV95.43130.5871.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=6.37%
G=53.78%
B=39.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161351000.8800.260.47162.3578.8129.61
Hex1087645801A2Fa24f1e
Octal202071441300325724211736
Binary10000100001111100100101100001101010111110100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108764; }

 p { color: rgb(16,135,100); }

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

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

 a { background-color: rgb(16,135,100); }

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

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

 span { border-color: rgb(16,135,100); }

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