Html Css Color HEX #18687C Allports

📋 copy color: '#18687C'

red 24 ◦ green 104 ◦ blue 124

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

Shades of Allports #18687C

Tints of Allports #18687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 9.52%
G = 41.27%
B = 49.21%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18687C (or 0x18687C) is known color: Allports. HEX triplet: 18, 68 and 7C. RGB value is (24,104,124). Sum of RGB (Red+Green+Blue) = 24+104+124=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #18687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18687C is #E79783. Grayscale: #525252. Windows color (decimal): -15177604 or 8153112. OLE color: 8153112.

HSL color Cylindrical-coordinate representation of color #18687C: hue angle of 192º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18687C is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 104 124 -
CMYK 0.81 0.16 0 0.51
HSL 192º 0.68% 0.29% -
HSV(B) 192º 0.81% 0.49% -
XYZ 8.97 11.55 20.83 -
YUV 82.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 24 104 124 0.81 0.16 0 0.51 192 0.68 0.29
Hex 18 68 7C 51 10 0 33 C0 44 1D
Octal 30 150 174 121 20 0 63 300 104 35
Binary 11000 1101000 1111100 1010001 10000 0 110011 11000000 1000100 11101

Color Harmonies of #18687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18687C

Black with #18687C

Text Example


Text Example

White with #18687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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