Html Css Color HEX #18505F Teal Blue

📋 copy color: '#18505F'

red 24 ◦ green 80 ◦ blue 95

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

Shades of Teal Blue #18505F

Tints of Teal Blue #18505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 12.06%
G = 40.2%
B = 47.74%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18505F (or 0x18505F) is known color: Teal Blue. HEX triplet: 18, 50 and 5F. RGB value is (24,80,95). Sum of RGB (Red+Green+Blue) = 24+80+95=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #18505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18505F is #E7AFA0. Grayscale: #404040. Windows color (decimal): -15183777 or 6246424. OLE color: 6246424.

HSL color Cylindrical-coordinate representation of color #18505F: hue angle of 192.68º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18505F is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 80 95 -
CMYK 0.75 0.16 0 0.63
HSL 192.68º 0.6% 0.23% -
HSV(B) 192.68º 0.75% 0.37% -
XYZ 5.31 6.76 11.85 -
YUV 64.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 24 80 95 0.75 0.16 0 0.63 192.68 0.6 0.23
Hex 18 50 5F 4B 10 0 3F C1 3C 17
Octal 30 120 137 113 20 0 77 301 74 27
Binary 11000 1010000 1011111 1001011 10000 0 111111 11000001 111100 10111

Color Harmonies of #18505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18505F

Black with #18505F

Text Example


Text Example

White with #18505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18505F; }

 p { color: rgb(24,80,95); }

 H1.HeaderClassName
 {
   color: #18505F;
 }
 .AnyTagClassName
 {
   color: #18505F;
 }
</style>

background-color css

<style>
 a { background-color: #18505F; }

 a { background-color: rgb(24,80,95); }

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

border-color css

<style>
 span { border-color: #18505F; }

 span { border-color: rgb(24,80,95); }

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