Html Css Color HEX #11855D Deep Sea

📋 copy color: '#11855D'

red 17 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #11855D

Tints of Deep Sea #11855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.73%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 7%
G = 54.73%
B = 38.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#11855D (or 0x11855D) is known color: Deep Sea. HEX triplet: 11, 85 and 5D. RGB value is (17,133,93). Sum of RGB (Red+Green+Blue) = 17+133+93=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #11855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11855D is #EE7AA2. Grayscale: #5D5D5D. Windows color (decimal): -15628963 or 6128913. OLE color: 6128913.

HSL color Cylindrical-coordinate representation of color #11855D: hue angle of 159.31º 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 #11855D is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 93 -
CMYK 0.87 0 0.30 0.48
HSL 159.31º 0.77% 0.29% -
HSV(B) 159.31º 0.87% 0.52% -
XYZ 10.59 17.68 13.21 -
YUV 93.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 17 133 93 0.87 0 0.30 0.48 159.31 0.77 0.29
Hex 11 85 5D 57 0 1E 30 9F 4D 1D
Octal 21 205 135 127 0 36 60 237 115 35
Binary 10001 10000101 1011101 1010111 0 11110 110000 10011111 1001101 11101

Color Harmonies of #11855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11855D

Black with #11855D

Text Example


Text Example

White with #11855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11855D; }

 p { color: rgb(17,133,93); }

 H1.HeaderClassName
 {
   color: #11855D;
 }
 .AnyTagClassName
 {
   color: #11855D;
 }
</style>

background-color css

<style>
 a { background-color: #11855D; }

 a { background-color: rgb(17,133,93); }

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

border-color css

<style>
 span { border-color: #11855D; }

 span { border-color: rgb(17,133,93); }

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