#107E64

Color #107E64 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #107E64

Tints of Deep Sea #107E64

Color information

#107E64 (or 0x107E64) is unknown color: approx Deep Sea. HEX triplet: 10, 7E and 64. RGB value is (16,126,100). Sum of RGB (Red+Green+Blue) = 16+126+100=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #107E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E64 is #EF819B. Grayscale: #5A5A5A. Windows color (decimal): -15696284 or 6585872. OLE color: 6585872.

HSL color Cylindrical-coordinate representation of color #107E64: hue angle of 165.82º 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 #107E64 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB16126100-
CMYK0.8700.210.51
HSL165.82º77.46%27.84%-
HSV(B)165.82º87.3%49.41%-
XYZ9.9715.9514.61-
YUV90.15133.5675.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 126 (49.61% from 255) = 52.07%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=6.61%
G=52.07%
B=41.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161261000.8700.210.51165.8277.4627.84
Hex107E645701533a64d1c
Octal201761441270256324611534
Binary1000011111101100100101011101010111001110100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #107E64;
 }
 .AnyTagClassName
 {
   color: #107E64;
 }
</style>
background-color css

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

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

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

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

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

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