Html Css Color HEX #18535F Teal Blue

📋 copy color: '#18535F'

red 24 ◦ green 83 ◦ blue 95

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

Shades of Teal Blue #18535F

Tints of Teal Blue #18535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 11.88%
G = 41.09%
B = 47.03%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18535F (or 0x18535F) is known color: Teal Blue. HEX triplet: 18, 53 and 5F. RGB value is (24,83,95). Sum of RGB (Red+Green+Blue) = 24+83+95=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #18535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18535F is #E7ACA0. Grayscale: #424242. Windows color (decimal): -15183009 or 6247192. OLE color: 6247192.

HSL color Cylindrical-coordinate representation of color #18535F: hue angle of 190.14º 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 #18535F is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 83 95 -
CMYK 0.75 0.13 0 0.63
HSL 190.14º 0.6% 0.23% -
HSV(B) 190.14º 0.75% 0.37% -
XYZ 5.54 7.21 11.93 -
YUV 66.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 24 83 95 0.75 0.13 0 0.63 190.14 0.6 0.23
Hex 18 53 5F 4B D 0 3F BE 3C 17
Octal 30 123 137 113 15 0 77 276 74 27
Binary 11000 1010011 1011111 1001011 1101 0 111111 10111110 111100 10111

Color Harmonies of #18535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18535F

Black with #18535F

Text Example


Text Example

White with #18535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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