Html Css Color HEX #18684E Jewel

📋 copy color: '#18684E'

red 24 ◦ green 104 ◦ blue 78

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

Shades of Jewel #18684E

Tints of Jewel #18684E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 11.65%
G = 50.49%
B = 37.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#18684E (or 0x18684E) is known color: Jewel. HEX triplet: 18, 68 and 4E. RGB value is (24,104,78). Sum of RGB (Red+Green+Blue) = 24+104+78=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #18684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18684E is #E797B1. Grayscale: #4D4D4D. Windows color (decimal): -15177650 or 5138456. OLE color: 5138456.

HSL color Cylindrical-coordinate representation of color #18684E: hue angle of 160.5º 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 #18684E is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 104 78 -
CMYK 0.77 0 0.25 0.59
HSL 160.5º 0.63% 0.25% -
HSV(B) 160.5º 0.77% 0.41% -
XYZ 6.7 10.64 8.91 -
YUV 77.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 24 104 78 0.77 0 0.25 0.59 160.5 0.63 0.25
Hex 18 68 4E 4D 0 19 3B A0 3E 19
Octal 30 150 116 115 0 31 73 240 76 31
Binary 11000 1101000 1001110 1001101 0 11001 111011 10100000 111110 11001

Color Harmonies of #18684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18684E

Black with #18684E

Text Example


Text Example

White with #18684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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