#108995

Color #108995 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #108995

Tints of Eastern Blue #108995

Color information

#108995 (or 0x108995) is unknown color: approx Eastern Blue. HEX triplet: 10, 89 and 95. RGB value is (16,137,149). Sum of RGB (Red+Green+Blue) = 16+137+149=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #108995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108995 is #EF766A. Grayscale: #666666. Windows color (decimal): -15693419 or 9799952. OLE color: 9799952.

HSL color Cylindrical-coordinate representation of color #108995: hue angle of 185.41º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108995 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16137149-
CMYK0.890.0800.42
HSL185.41º80.61%32.35%-
HSV(B)185.41º89.26%58.43%-
XYZ14.5820.1731.56-
YUV102.19154.4166.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.30%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=5.30%
G=45.36%
B=49.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161371490.890.0800.42185.4180.6132.35
Hex10899559802Ab95120
Octal202112251311005227112140
Binary100001000100110010101101100110000101010101110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108995; }

 p { color: rgb(16,137,149); }

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

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

 a { background-color: rgb(16,137,149); }

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

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

 span { border-color: rgb(16,137,149); }

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