Html Css Color HEX #108996 Eastern Blue

📋 copy color: '#108996'

red 16 ◦ green 137 ◦ blue 150

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

Shades of Eastern Blue #108996

Tints of Eastern Blue #108996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

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

R = 5.28%
G = 45.21%
B = 49.5%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#108996 (or 0x108996) is known color: Eastern Blue. HEX triplet: 10, 89 and 96. RGB value is (16,137,150). Sum of RGB (Red+Green+Blue) = 16+137+150=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #108996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108996 is #EF7669. Grayscale: #666666. Windows color (decimal): -15693418 or 9865488. OLE color: 9865488.

HSL color Cylindrical-coordinate representation of color #108996: hue angle of 185.82º 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 #108996 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 137 150 -
CMYK 0.89 0.09 0 0.41
HSL 185.82º 0.81% 0.33% -
HSV(B) 185.82º 0.89% 0.59% -
XYZ 14.66 20.2 31.98 -
YUV 102.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 16 137 150 0.89 0.09 0 0.41 185.82 0.81 0.33
Hex 10 89 96 59 9 0 29 BA 51 21
Octal 20 211 226 131 11 0 51 272 121 41
Binary 10000 10001001 10010110 1011001 1001 0 101001 10111010 1010001 100001

Color Harmonies of #108996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108996

Black with #108996

Text Example


Text Example

White with #108996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108996; }

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

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

background-color css

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

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

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

border-color css

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

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

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