Html Css Color HEX #11845E Deep Sea

📋 copy color: '#11845E'

red 17 ◦ green 132 ◦ blue 94

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

Shades of Deep Sea #11845E

Tints of Deep Sea #11845E

RGB

 RED value IS 17 (7.03% from 255) = 7%

 GREEN value IS 132 (51.95% from 255) = 54.32%

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

R = 7%
G = 54.32%
B = 38.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#11845E (or 0x11845E) is known color: Deep Sea. HEX triplet: 11, 84 and 5E. RGB value is (17,132,94). Sum of RGB (Red+Green+Blue) = 17+132+94=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #11845E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11845E is #EE7BA1. Grayscale: #5D5D5D. Windows color (decimal): -15629218 or 6194193. OLE color: 6194193.

HSL color Cylindrical-coordinate representation of color #11845E: hue angle of 160.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11845E is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 132 94 -
CMYK 0.87 0 0.29 0.48
HSL 160.17º 0.77% 0.29% -
HSV(B) 160.17º 0.87% 0.52% -
XYZ 10.5 17.43 13.4 -
YUV 93.28 128.4 73.59 -
System Red Green Blue C M Y K H S L
Decimal 17 132 94 0.87 0 0.29 0.48 160.17 0.77 0.29
Hex 11 84 5E 57 0 1D 30 A0 4D 1D
Octal 21 204 136 127 0 35 60 240 115 35
Binary 10001 10000100 1011110 1010111 0 11101 110000 10100000 1001101 11101

Color Harmonies of #11845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11845E

Black with #11845E

Text Example


Text Example

White with #11845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11845E; }

 p { color: rgb(17,132,94); }

 H1.HeaderClassName
 {
   color: #11845E;
 }
 .AnyTagClassName
 {
   color: #11845E;
 }
</style>

background-color css

<style>
 a { background-color: #11845E; }

 a { background-color: rgb(17,132,94); }

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

border-color css

<style>
 span { border-color: #11845E; }

 span { border-color: rgb(17,132,94); }

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