Html Css Color HEX #11895F Deep Sea

📋 copy color: '#11895F'

red 17 ◦ green 137 ◦ blue 95

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

Shades of Deep Sea #11895F

Tints of Deep Sea #11895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.02%

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

R = 6.83%
G = 55.02%
B = 38.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#11895F (or 0x11895F) is known color: Deep Sea. HEX triplet: 11, 89 and 5F. RGB value is (17,137,95). Sum of RGB (Red+Green+Blue) = 17+137+95=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #11895F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11895F is #EE76A0. Grayscale: #606060. Windows color (decimal): -15627937 or 6261009. OLE color: 6261009.

HSL color Cylindrical-coordinate representation of color #11895F: hue angle of 159º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11895F is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 95 -
CMYK 0.88 0 0.31 0.46
HSL 159º 0.78% 0.3% -
HSV(B) 159º 0.88% 0.54% -
XYZ 11.24 18.84 13.87 -
YUV 96.33 127.24 71.42 -
System Red Green Blue C M Y K H S L
Decimal 17 137 95 0.88 0 0.31 0.46 159 0.78 0.3
Hex 11 89 5F 58 0 1F 2E 9F 4E 1E
Octal 21 211 137 130 0 37 56 237 116 36
Binary 10001 10001001 1011111 1011000 0 11111 101110 10011111 1001110 11110

Color Harmonies of #11895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11895F

Black with #11895F

Text Example


Text Example

White with #11895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,137,95); }

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

background-color css

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

 a { background-color: rgb(17,137,95); }

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

border-color css

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

 span { border-color: rgb(17,137,95); }

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