Html Css Color HEX #11604C Jewel

📋 copy color: '#11604C'

red 17 ◦ green 96 ◦ blue 76

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

Shades of Jewel #11604C

Tints of Jewel #11604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.79%

 BLUE value IS 76 (30.08% from 255) = 40.21%

R = 8.99%
G = 50.79%
B = 40.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#11604C (or 0x11604C) is known color: Jewel. HEX triplet: 11, 60 and 4C. RGB value is (17,96,76). Sum of RGB (Red+Green+Blue) = 17+96+76=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #11604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11604C is #EE9FB3. Grayscale: #464646. Windows color (decimal): -15638452 or 5005329. OLE color: 5005329.

HSL color Cylindrical-coordinate representation of color #11604C: hue angle of 164.81º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11604C is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 76 -
CMYK 0.82 0 0.21 0.62
HSL 164.81º 0.7% 0.22% -
HSV(B) 164.81º 0.82% 0.38% -
XYZ 5.72 9.01 8.27 -
YUV 70.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 17 96 76 0.82 0 0.21 0.62 164.81 0.7 0.22
Hex 11 60 4C 52 0 15 3E A5 46 16
Octal 21 140 114 122 0 25 76 245 106 26
Binary 10001 1100000 1001100 1010010 0 10101 111110 10100101 1000110 10110

Color Harmonies of #11604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11604C

Black with #11604C

Text Example


Text Example

White with #11604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,96,76); }

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

background-color css

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

 a { background-color: rgb(17,96,76); }

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

border-color css

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

 span { border-color: rgb(17,96,76); }

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