Html Css Color HEX #18737D Allports

📋 copy color: '#18737D'

red 24 ◦ green 115 ◦ blue 125

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

Shades of Allports #18737D

Tints of Allports #18737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 125 (49.22% from 255) = 47.35%

R = 9.09%
G = 43.56%
B = 47.35%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18737D (or 0x18737D) is known color: Allports. HEX triplet: 18, 73 and 7D. RGB value is (24,115,125). Sum of RGB (Red+Green+Blue) = 24+115+125=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #18737D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18737D is #E78C82. Grayscale: #585858. Windows color (decimal): -15174787 or 8221464. OLE color: 8221464.

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

Color convert

RGB 24 115 125 -
CMYK 0.81 0.08 0 0.51
HSL 185.94º 0.68% 0.29% -
HSV(B) 185.94º 0.81% 0.49% -
XYZ 10.21 13.94 21.55 -
YUV 88.93 148.35 81.69 -
System Red Green Blue C M Y K H S L
Decimal 24 115 125 0.81 0.08 0 0.51 185.94 0.68 0.29
Hex 18 73 7D 51 8 0 33 BA 44 1D
Octal 30 163 175 121 10 0 63 272 104 35
Binary 11000 1110011 1111101 1010001 1000 0 110011 10111010 1000100 11101

Color Harmonies of #18737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18737D

Black with #18737D

Text Example


Text Example

White with #18737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18737D; }

 p { color: rgb(24,115,125); }

 H1.HeaderClassName
 {
   color: #18737D;
 }
 .AnyTagClassName
 {
   color: #18737D;
 }
</style>

background-color css

<style>
 a { background-color: #18737D; }

 a { background-color: rgb(24,115,125); }

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

border-color css

<style>
 span { border-color: #18737D; }

 span { border-color: rgb(24,115,125); }

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