Html Css Color HEX #11875F Deep Sea

📋 copy color: '#11875F'

red 17 ◦ green 135 ◦ blue 95

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

Shades of Deep Sea #11875F

Tints of Deep Sea #11875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.66%

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

R = 6.88%
G = 54.66%
B = 38.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#11875F (or 0x11875F) is known color: Deep Sea. HEX triplet: 11, 87 and 5F. RGB value is (17,135,95). Sum of RGB (Red+Green+Blue) = 17+135+95=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #11875F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11875F is #EE78A0. Grayscale: #5F5F5F. Windows color (decimal): -15628449 or 6260497. OLE color: 6260497.

HSL color Cylindrical-coordinate representation of color #11875F: hue angle of 159.66º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11875F is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 95 -
CMYK 0.87 0 0.30 0.47
HSL 159.66º 0.78% 0.3% -
HSV(B) 159.66º 0.87% 0.53% -
XYZ 10.96 18.27 13.78 -
YUV 95.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 17 135 95 0.87 0 0.30 0.47 159.66 0.78 0.3
Hex 11 87 5F 57 0 1E 2F A0 4E 1E
Octal 21 207 137 127 0 36 57 240 116 36
Binary 10001 10000111 1011111 1010111 0 11110 101111 10100000 1001110 11110

Color Harmonies of #11875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11875F

Black with #11875F

Text Example


Text Example

White with #11875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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