Html Css Color HEX #10745F Deep Sea

📋 copy color: '#10745F'

red 16 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #10745F

Tints of Deep Sea #10745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.1%

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

R = 7.05%
G = 51.1%
B = 41.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#10745F (or 0x10745F) is known color: Deep Sea. HEX triplet: 10, 74 and 5F. RGB value is (16,116,95). Sum of RGB (Red+Green+Blue) = 16+116+95=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #10745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10745F is #EF8BA0. Grayscale: #535353. Windows color (decimal): -15698849 or 6255632. OLE color: 6255632.

HSL color Cylindrical-coordinate representation of color #10745F: hue angle of 167.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10745F is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 116 95 -
CMYK 0.86 0 0.18 0.55
HSL 167.4º 0.76% 0.26% -
HSV(B) 167.4º 0.86% 0.45% -
XYZ 8.52 13.43 12.97 -
YUV 83.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 16 116 95 0.86 0 0.18 0.55 167.4 0.76 0.26
Hex 10 74 5F 56 0 12 37 A7 4C 1A
Octal 20 164 137 126 0 22 67 247 114 32
Binary 10000 1110100 1011111 1010110 0 10010 110111 10100111 1001100 11010

Color Harmonies of #10745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10745F

Black with #10745F

Text Example


Text Example

White with #10745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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