Html Css Color HEX #11725F Deep Sea

📋 copy color: '#11725F'

red 17 ◦ green 114 ◦ blue 95

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

Shades of Deep Sea #11725F

Tints of Deep Sea #11725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.44%

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

R = 7.52%
G = 50.44%
B = 42.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#11725F (or 0x11725F) is known color: Deep Sea. HEX triplet: 11, 72 and 5F. RGB value is (17,114,95). Sum of RGB (Red+Green+Blue) = 17+114+95=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #11725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11725F is #EE8DA0. Grayscale: #525252. Windows color (decimal): -15633825 or 6255121. OLE color: 6255121.

HSL color Cylindrical-coordinate representation of color #11725F: hue angle of 168.25º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11725F is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 95 -
CMYK 0.85 0 0.17 0.55
HSL 168.25º 0.74% 0.26% -
HSV(B) 168.25º 0.85% 0.45% -
XYZ 8.31 12.98 12.89 -
YUV 82.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 17 114 95 0.85 0 0.17 0.55 168.25 0.74 0.26
Hex 11 72 5F 55 0 11 37 A8 4A 1A
Octal 21 162 137 125 0 21 67 250 112 32
Binary 10001 1110010 1011111 1010101 0 10001 110111 10101000 1001010 11010

Color Harmonies of #11725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11725F

Black with #11725F

Text Example


Text Example

White with #11725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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