Html Css Color HEX #18515C Teal Blue

📋 copy color: '#18515C'

red 24 ◦ green 81 ◦ blue 92

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

Shades of Teal Blue #18515C

Tints of Teal Blue #18515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.12%

 BLUE value IS 92 (36.33% from 255) = 46.7%

R = 12.18%
G = 41.12%
B = 46.7%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18515C (or 0x18515C) is known color: Teal Blue. HEX triplet: 18, 51 and 5C. RGB value is (24,81,92). Sum of RGB (Red+Green+Blue) = 24+81+92=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #18515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18515C is #E7AEA3. Grayscale: #414141. Windows color (decimal): -15183524 or 6050072. OLE color: 6050072.

HSL color Cylindrical-coordinate representation of color #18515C: hue angle of 189.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18515C is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 81 92 -
CMYK 0.74 0.12 0 0.64
HSL 189.71º 0.59% 0.23% -
HSV(B) 189.71º 0.74% 0.36% -
XYZ 5.25 6.85 11.17 -
YUV 65.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 24 81 92 0.74 0.12 0 0.64 189.71 0.59 0.23
Hex 18 51 5C 4A C 0 40 BE 3B 17
Octal 30 121 134 112 14 0 100 276 73 27
Binary 11000 1010001 1011100 1001010 1100 0 1000000 10111110 111011 10111

Color Harmonies of #18515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18515C

Black with #18515C

Text Example


Text Example

White with #18515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,81,92); }

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

background-color css

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

 a { background-color: rgb(24,81,92); }

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

border-color css

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

 span { border-color: rgb(24,81,92); }

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