#108A95

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

Shades of Eastern Blue #108A95

Tints of Eastern Blue #108A95

Color information

#108A95 (or 0x108A95) is unknown color: approx Eastern Blue. HEX triplet: 10, 8A and 95. RGB value is (16,138,149). Sum of RGB (Red+Green+Blue) = 16+138+149=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #108A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108A95 is #EF756A. Grayscale: #666666. Windows color (decimal): -15693163 or 9800208. OLE color: 9800208.

HSL color Cylindrical-coordinate representation of color #108A95: hue angle of 184.96º 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 #108A95 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16138149-
CMYK0.890.0700.42
HSL184.96º80.61%32.35%-
HSV(B)184.96º89.26%58.43%-
XYZ14.7320.4631.61-
YUV102.78154.0866.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.28%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=5.28%
G=45.54%
B=49.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161381490.890.0700.42184.9680.6132.35
Hex108A9559702Ab95120
Octal20212225131705227112140
Binary10000100010101001010110110011110101010101110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108A95; }

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

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

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

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

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

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

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

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