Html Css Color HEX #115D4B Jewel

📋 copy color: '#115D4B'

red 17 ◦ green 93 ◦ blue 75

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

Shades of Jewel #115D4B

Tints of Jewel #115D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.27%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 9.19%
G = 50.27%
B = 40.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#115D4B (or 0x115D4B) is known color: Jewel. HEX triplet: 11, 5D and 4B. RGB value is (17,93,75). Sum of RGB (Red+Green+Blue) = 17+93+75=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #115D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115D4B is #EEA2B4. Grayscale: #444444. Windows color (decimal): -15639221 or 4939025. OLE color: 4939025.

HSL color Cylindrical-coordinate representation of color #115D4B: hue angle of 165.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D4B is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 93 75 -
CMYK 0.82 0 0.19 0.64
HSL 165.79º 0.69% 0.22% -
HSV(B) 165.79º 0.82% 0.36% -
XYZ 5.42 8.46 8 -
YUV 68.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 17 93 75 0.82 0 0.19 0.64 165.79 0.69 0.22
Hex 11 5D 4B 52 0 13 40 A6 45 16
Octal 21 135 113 122 0 23 100 246 105 26
Binary 10001 1011101 1001011 1010010 0 10011 1000000 10100110 1000101 10110

Color Harmonies of #115D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D4B

Black with #115D4B

Text Example


Text Example

White with #115D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115D4B; }

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

 H1.HeaderClassName
 {
   color: #115D4B;
 }
 .AnyTagClassName
 {
   color: #115D4B;
 }
</style>

background-color css

<style>
 a { background-color: #115D4B; }

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

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

border-color css

<style>
 span { border-color: #115D4B; }

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

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