Html Css Color HEX #107D96 Eastern Blue

📋 copy color: '#107D96'

red 16 ◦ green 125 ◦ blue 150

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

Shades of Eastern Blue #107D96

Tints of Eastern Blue #107D96

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

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

R = 5.5%
G = 42.96%
B = 51.55%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#107D96 (or 0x107D96) is known color: Eastern Blue. HEX triplet: 10, 7D and 96. RGB value is (16,125,150). Sum of RGB (Red+Green+Blue) = 16+125+150=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #107D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D96 is #EF8269. Grayscale: #5F5F5F. Windows color (decimal): -15696490 or 9862416. OLE color: 9862416.

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

Color convert

RGB 16 125 150 -
CMYK 0.89 0.17 0 0.41
HSL 191.19º 0.81% 0.33% -
HSV(B) 191.19º 0.89% 0.59% -
XYZ 13.05 16.98 31.44 -
YUV 95.26 158.89 71.47 -
System Red Green Blue C M Y K H S L
Decimal 16 125 150 0.89 0.17 0 0.41 191.19 0.81 0.33
Hex 10 7D 96 59 11 0 29 BF 51 21
Octal 20 175 226 131 21 0 51 277 121 41
Binary 10000 1111101 10010110 1011001 10001 0 101001 10111111 1010001 100001

Color Harmonies of #107D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D96

Black with #107D96

Text Example


Text Example

White with #107D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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