#108266

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

Shades of Deep Sea #108266

Tints of Deep Sea #108266

Color information

#108266 (or 0x108266) is unknown color: approx Deep Sea. HEX triplet: 10, 82 and 66. RGB value is (16,130,102). Sum of RGB (Red+Green+Blue) = 16+130+102=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #108266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108266 is #EF7D99. Grayscale: #5C5C5C. Windows color (decimal): -15695258 or 6717968. OLE color: 6717968.

HSL color Cylindrical-coordinate representation of color #108266: hue angle of 165.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108266 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB16130102-
CMYK0.8800.220.49
HSL165.26º78.08%28.63%-
HSV(B)165.26º87.69%50.98%-
XYZ10.5917.0315.3-
YUV92.72133.2373.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.45%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=6.45%
G=52.42%
B=41.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161301020.8800.220.49165.2678.0828.63
Hex1082665801631a54e1d
Octal202021461300266124511635
Binary10000100000101100110101100001011011000110100101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108266; }

 p { color: rgb(16,130,102); }

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

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

 a { background-color: rgb(16,130,102); }

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

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

 span { border-color: rgb(16,130,102); }

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