Html Css Color HEX #11855F Deep Sea

📋 copy color: '#11855F'

red 17 ◦ green 133 ◦ blue 95

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

Shades of Deep Sea #11855F

Tints of Deep Sea #11855F

RGB

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

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

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

R = 6.94%
G = 54.29%
B = 38.78%

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

#11855F (or 0x11855F) is known color: Deep Sea. HEX triplet: 11, 85 and 5F. RGB value is (17,133,95). Sum of RGB (Red+Green+Blue) = 17+133+95=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #11855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11855F is #EE7AA0. Grayscale: #5E5E5E. Windows color (decimal): -15628961 or 6259985. OLE color: 6259985.

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

Color convert

RGB 17 133 95 -
CMYK 0.87 0 0.29 0.48
HSL 160.34º 0.77% 0.29% -
HSV(B) 160.34º 0.87% 0.52% -
XYZ 10.68 17.72 13.68 -
YUV 93.98 128.57 73.09 -
System Red Green Blue C M Y K H S L
Decimal 17 133 95 0.87 0 0.29 0.48 160.34 0.77 0.29
Hex 11 85 5F 57 0 1D 30 A0 4D 1D
Octal 21 205 137 127 0 35 60 240 115 35
Binary 10001 10000101 1011111 1010111 0 11101 110000 10100000 1001101 11101

Color Harmonies of #11855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11855F

Black with #11855F

Text Example


Text Example

White with #11855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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