Html Css Color HEX #11875C Deep Sea

📋 copy color: '#11875C'

red 17 ◦ green 135 ◦ blue 92

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

Shades of Deep Sea #11875C

Tints of Deep Sea #11875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 6.97%
G = 55.33%
B = 37.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#11875C (or 0x11875C) is known color: Deep Sea. HEX triplet: 11, 87 and 5C. RGB value is (17,135,92). Sum of RGB (Red+Green+Blue) = 17+135+92=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #11875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11875C is #EE78A3. Grayscale: #5E5E5E. Windows color (decimal): -15628452 or 6063889. OLE color: 6063889.

HSL color Cylindrical-coordinate representation of color #11875C: hue angle of 158.14º 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 #11875C is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 92 -
CMYK 0.87 0 0.32 0.47
HSL 158.14º 0.78% 0.3% -
HSV(B) 158.14º 0.87% 0.53% -
XYZ 10.83 18.22 13.07 -
YUV 94.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 17 135 92 0.87 0 0.32 0.47 158.14 0.78 0.3
Hex 11 87 5C 57 0 20 2F 9E 4E 1E
Octal 21 207 134 127 0 40 57 236 116 36
Binary 10001 10000111 1011100 1010111 0 100000 101111 10011110 1001110 11110

Color Harmonies of #11875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11875C

Black with #11875C

Text Example


Text Example

White with #11875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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