#107E70

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

Shades of Deep Sea #107E70

Tints of Deep Sea #107E70

Color information

#107E70 (or 0x107E70) is unknown color: approx Deep Sea. HEX triplet: 10, 7E and 70. RGB value is (16,126,112). Sum of RGB (Red+Green+Blue) = 16+126+112=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #107E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E70 is #EF818F. Grayscale: #5B5B5B. Windows color (decimal): -15696272 or 7372304. OLE color: 7372304.

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

Color convert

RGB16126112-
CMYK0.8700.110.51
HSL172.36º77.46%27.84%-
HSV(B)172.36º87.3%49.41%-
XYZ10.616.217.9-
YUV91.51139.5674.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 126 (49.61% from 255) = 49.61%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=6.30%
G=49.61%
B=44.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161261120.8700.110.51172.3677.4627.84
Hex107E70570B33ac4d1c
Octal201761601270136325411534
Binary100001111110111000010101110101111001110101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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