Html Css Color HEX #10715F Deep Sea

📋 copy color: '#10715F'

red 16 ◦ green 113 ◦ blue 95

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

Shades of Deep Sea #10715F

Tints of Deep Sea #10715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.45%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 7.14%
G = 50.45%
B = 42.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#10715F (or 0x10715F) is known color: Deep Sea. HEX triplet: 10, 71 and 5F. RGB value is (16,113,95). Sum of RGB (Red+Green+Blue) = 16+113+95=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #10715F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10715F is #EF8EA0. Grayscale: #515151. Windows color (decimal): -15699617 or 6254864. OLE color: 6254864.

HSL color Cylindrical-coordinate representation of color #10715F: hue angle of 168.87º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10715F is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 113 95 -
CMYK 0.86 0 0.16 0.56
HSL 168.87º 0.75% 0.25% -
HSV(B) 168.87º 0.86% 0.44% -
XYZ 8.18 12.75 12.86 -
YUV 81.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 16 113 95 0.86 0 0.16 0.56 168.87 0.75 0.25
Hex 10 71 5F 56 0 10 38 A9 4B 19
Octal 20 161 137 126 0 20 70 251 113 31
Binary 10000 1110001 1011111 1010110 0 10000 111000 10101001 1001011 11001

Color Harmonies of #10715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10715F

Black with #10715F

Text Example


Text Example

White with #10715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10715F; }

 p { color: rgb(16,113,95); }

 H1.HeaderClassName
 {
   color: #10715F;
 }
 .AnyTagClassName
 {
   color: #10715F;
 }
</style>

background-color css

<style>
 a { background-color: #10715F; }

 a { background-color: rgb(16,113,95); }

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

border-color css

<style>
 span { border-color: #10715F; }

 span { border-color: rgb(16,113,95); }

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