Html Css Color HEX #18684B Jewel

📋 copy color: '#18684B'

red 24 ◦ green 104 ◦ blue 75

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

Shades of Jewel #18684B

Tints of Jewel #18684B

RGB

 RED value IS 24 (9.77% from 255) = 11.82%

 GREEN value IS 104 (41.02% from 255) = 51.23%

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

R = 11.82%
G = 51.23%
B = 36.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#18684B (or 0x18684B) is known color: Jewel. HEX triplet: 18, 68 and 4B. RGB value is (24,104,75). Sum of RGB (Red+Green+Blue) = 24+104+75=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #18684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18684B is #E797B4. Grayscale: #4C4C4C. Windows color (decimal): -15177653 or 4941848. OLE color: 4941848.

HSL color Cylindrical-coordinate representation of color #18684B: hue angle of 158.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18684B is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 104 75 -
CMYK 0.77 0 0.28 0.59
HSL 158.25º 0.63% 0.25% -
HSV(B) 158.25º 0.77% 0.41% -
XYZ 6.6 10.6 8.36 -
YUV 76.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 24 104 75 0.77 0 0.28 0.59 158.25 0.63 0.25
Hex 18 68 4B 4D 0 1C 3B 9E 3E 19
Octal 30 150 113 115 0 34 73 236 76 31
Binary 11000 1101000 1001011 1001101 0 11100 111011 10011110 111110 11001

Color Harmonies of #18684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18684B

Black with #18684B

Text Example


Text Example

White with #18684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18684B; }

 p { color: rgb(24,104,75); }

 H1.HeaderClassName
 {
   color: #18684B;
 }
 .AnyTagClassName
 {
   color: #18684B;
 }
</style>

background-color css

<style>
 a { background-color: #18684B; }

 a { background-color: rgb(24,104,75); }

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

border-color css

<style>
 span { border-color: #18684B; }

 span { border-color: rgb(24,104,75); }

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