#108467

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

Shades of Deep Sea #108467

Tints of Deep Sea #108467

Color information

#108467 (or 0x108467) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 67. RGB value is (16,132,103). Sum of RGB (Red+Green+Blue) = 16+132+103=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #108467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108467 is #EF7B98. Grayscale: #5E5E5E. Windows color (decimal): -15694745 or 6784016. OLE color: 6784016.

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

Color convert

RGB16132103-
CMYK0.8800.220.48
HSL165º78.38%29.02%-
HSV(B)165º87.88%51.76%-
XYZ10.9117.5915.65-
YUV94.01133.0772.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=6.37%
G=52.59%
B=41.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321030.8800.220.4816578.3829.02
Hex1084675801630a54e1d
Octal202041471300266024511635
Binary10000100001001100111101100001011011000010100101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108467; }

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

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

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

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

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

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

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

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