Html Css Color HEX #107E5E Deep Sea

📋 copy color: '#107E5E'

red 16 ◦ green 126 ◦ blue 94

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

Shades of Deep Sea #107E5E

Tints of Deep Sea #107E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.39%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 6.78%
G = 53.39%
B = 39.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#107E5E (or 0x107E5E) is known color: Deep Sea. HEX triplet: 10, 7E and 5E. RGB value is (16,126,94). Sum of RGB (Red+Green+Blue) = 16+126+94=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #107E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E5E is #EF81A1. Grayscale: #595959. Windows color (decimal): -15696290 or 6192656. OLE color: 6192656.

HSL color Cylindrical-coordinate representation of color #107E5E: hue angle of 162.55º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107E5E is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 126 94 -
CMYK 0.87 0 0.25 0.51
HSL 162.55º 0.77% 0.28% -
HSV(B) 162.55º 0.87% 0.49% -
XYZ 9.69 15.84 13.14 -
YUV 89.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 16 126 94 0.87 0 0.25 0.51 162.55 0.77 0.28
Hex 10 7E 5E 57 0 19 33 A3 4D 1C
Octal 20 176 136 127 0 31 63 243 115 34
Binary 10000 1111110 1011110 1010111 0 11001 110011 10100011 1001101 11100

Color Harmonies of #107E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107E5E

Black with #107E5E

Text Example


Text Example

White with #107E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,126,94); }

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

background-color css

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

 a { background-color: rgb(16,126,94); }

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

border-color css

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

 span { border-color: rgb(16,126,94); }

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