#108463

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

Shades of Deep Sea #108463

Tints of Deep Sea #108463

Color information

#108463 (or 0x108463) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 63. RGB value is (16,132,99). Sum of RGB (Red+Green+Blue) = 16+132+99=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #108463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108463 is #EF7B9C. Grayscale: #5D5D5D. Windows color (decimal): -15694749 or 6521872. OLE color: 6521872.

HSL color Cylindrical-coordinate representation of color #108463: hue angle of 162.93º degrees, saturation: 0.78, 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 #108463 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1613299-
CMYK0.8800.250.48
HSL162.93º78.38%29.02%-
HSV(B)162.93º87.88%51.76%-
XYZ10.7217.5114.62-
YUV93.55131.0772.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.48%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=6.48%
G=53.44%
B=40.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132990.8800.250.48162.9378.3829.02
Hex1084635801930a34e1d
Octal202041431300316024311635
Binary10000100001001100011101100001100111000010100011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108463; }

 p { color: rgb(16,132,99); }

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

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

 a { background-color: rgb(16,132,99); }

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

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

 span { border-color: rgb(16,132,99); }

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