Html Css Color HEX #108796 Eastern Blue

📋 copy color: '#108796'

red 16 ◦ green 135 ◦ blue 150

#108796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #108796

Tints of Eastern Blue #108796

RGB

 RED value IS 16 (6.64% from 255) = 5.32%

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 5.32%
G = 44.85%
B = 49.83%

CMYK

 C value IS 0.89

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#108796 (or 0x108796) is known color: Eastern Blue. HEX triplet: 10, 87 and 96. RGB value is (16,135,150). Sum of RGB (Red+Green+Blue) = 16+135+150=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #108796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108796 is #EF7869. Grayscale: #646464. Windows color (decimal): -15693930 or 9864976. OLE color: 9864976.

HSL color Cylindrical-coordinate representation of color #108796: hue angle of 186.72º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108796 is Cyan = 0.89, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 135 150 -
CMYK 0.89 0.1 0 0.41
HSL 186.72º 0.81% 0.33% -
HSV(B) 186.72º 0.89% 0.59% -
XYZ 14.38 19.64 31.89 -
YUV 101.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 16 135 150 0.89 0.1 0 0.41 186.72 0.81 0.33
Hex 10 87 96 59 A 0 29 BB 51 21
Octal 20 207 226 131 12 0 51 273 121 41
Binary 10000 10000111 10010110 1011001 1010 0 101001 10111011 1010001 100001

Color Harmonies of #108796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108796

Black with #108796

Text Example


Text Example

White with #108796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108796; }

 p { color: rgb(16,135,150); }

 H1.HeaderClassName
 {
   color: #108796;
 }
 .AnyTagClassName
 {
   color: #108796;
 }
</style>

background-color css

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

 a { background-color: rgb(16,135,150); }

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

border-color css

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

 span { border-color: rgb(16,135,150); }

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