Html Css Color HEX #11895B Deep Sea

📋 copy color: '#11895B'

red 17 ◦ green 137 ◦ blue 91

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

Shades of Deep Sea #11895B

Tints of Deep Sea #11895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 6.94%
G = 55.92%
B = 37.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#11895B (or 0x11895B) is known color: Deep Sea. HEX triplet: 11, 89 and 5B. RGB value is (17,137,91). Sum of RGB (Red+Green+Blue) = 17+137+91=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #11895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11895B is #EE76A4. Grayscale: #5F5F5F. Windows color (decimal): -15627941 or 5998865. OLE color: 5998865.

HSL color Cylindrical-coordinate representation of color #11895B: hue angle of 157º 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 #11895B is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 91 -
CMYK 0.88 0 0.34 0.46
HSL 157º 0.78% 0.3% -
HSV(B) 157º 0.88% 0.54% -
XYZ 11.07 18.77 12.94 -
YUV 95.88 125.24 71.74 -
System Red Green Blue C M Y K H S L
Decimal 17 137 91 0.88 0 0.34 0.46 157 0.78 0.3
Hex 11 89 5B 58 0 22 2E 9D 4E 1E
Octal 21 211 133 130 0 42 56 235 116 36
Binary 10001 10001001 1011011 1011000 0 100010 101110 10011101 1001110 11110

Color Harmonies of #11895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11895B

Black with #11895B

Text Example


Text Example

White with #11895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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