Html Css Color HEX #107D93 Eastern Blue

📋 copy color: '#107D93'

red 16 ◦ green 125 ◦ blue 147

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

Shades of Eastern Blue #107D93

Tints of Eastern Blue #107D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 5.56%
G = 43.4%
B = 51.04%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107D93 (or 0x107D93) is known color: Eastern Blue. HEX triplet: 10, 7D and 93. RGB value is (16,125,147). Sum of RGB (Red+Green+Blue) = 16+125+147=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #107D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D93 is #EF826C. Grayscale: #5E5E5E. Windows color (decimal): -15696493 or 9665808. OLE color: 9665808.

HSL color Cylindrical-coordinate representation of color #107D93: hue angle of 190.08º degrees, saturation: 0.8, 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 #107D93 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 125 147 -
CMYK 0.89 0.15 0 0.42
HSL 190.08º 0.8% 0.32% -
HSV(B) 190.08º 0.89% 0.58% -
XYZ 12.81 16.88 30.19 -
YUV 94.92 157.39 71.71 -
System Red Green Blue C M Y K H S L
Decimal 16 125 147 0.89 0.15 0 0.42 190.08 0.8 0.32
Hex 10 7D 93 59 F 0 2A BE 50 20
Octal 20 175 223 131 17 0 52 276 120 40
Binary 10000 1111101 10010011 1011001 1111 0 101010 10111110 1010000 100000

Color Harmonies of #107D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D93

Black with #107D93

Text Example


Text Example

White with #107D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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