Html Css Color HEX #18677C Allports

📋 copy color: '#18677C'

red 24 ◦ green 103 ◦ blue 124

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

Shades of Allports #18677C

Tints of Allports #18677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

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

R = 9.56%
G = 41.04%
B = 49.4%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18677C (or 0x18677C) is known color: Allports. HEX triplet: 18, 67 and 7C. RGB value is (24,103,124). Sum of RGB (Red+Green+Blue) = 24+103+124=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #18677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18677C is #E79883. Grayscale: #515151. Windows color (decimal): -15177860 or 8152856. OLE color: 8152856.

HSL color Cylindrical-coordinate representation of color #18677C: hue angle of 192.6º 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 #18677C is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 103 124 -
CMYK 0.81 0.17 0 0.51
HSL 192.6º 0.68% 0.29% -
HSV(B) 192.6º 0.81% 0.49% -
XYZ 8.87 11.35 20.79 -
YUV 81.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 24 103 124 0.81 0.17 0 0.51 192.6 0.68 0.29
Hex 18 67 7C 51 11 0 33 C1 44 1D
Octal 30 147 174 121 21 0 63 301 104 35
Binary 11000 1100111 1111100 1010001 10001 0 110011 11000001 1000100 11101

Color Harmonies of #18677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18677C

Black with #18677C

Text Example


Text Example

White with #18677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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