Html Css Color HEX #18535B Teal Blue

📋 copy color: '#18535B'

red 24 ◦ green 83 ◦ blue 91

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

Shades of Teal Blue #18535B

Tints of Teal Blue #18535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 12.12%
G = 41.92%
B = 45.96%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18535B (or 0x18535B) is known color: Teal Blue. HEX triplet: 18, 53 and 5B. RGB value is (24,83,91). Sum of RGB (Red+Green+Blue) = 24+83+91=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #18535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18535B is #E7ACA4. Grayscale: #424242. Windows color (decimal): -15183013 or 5985048. OLE color: 5985048.

HSL color Cylindrical-coordinate representation of color #18535B: hue angle of 187.16º degrees, saturation: 0.58, 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 #18535B is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 83 91 -
CMYK 0.74 0.09 0 0.64
HSL 187.16º 0.58% 0.23% -
HSV(B) 187.16º 0.74% 0.36% -
XYZ 5.36 7.14 10.99 -
YUV 66.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 24 83 91 0.74 0.09 0 0.64 187.16 0.58 0.23
Hex 18 53 5B 4A 9 0 40 BB 3A 17
Octal 30 123 133 112 11 0 100 273 72 27
Binary 11000 1010011 1011011 1001010 1001 0 1000000 10111011 111010 10111

Color Harmonies of #18535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18535B

Black with #18535B

Text Example


Text Example

White with #18535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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