Html Css Color HEX #18535C Teal Blue

📋 copy color: '#18535C'

red 24 ◦ green 83 ◦ blue 92

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

Shades of Teal Blue #18535C

Tints of Teal Blue #18535C

RGB

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

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

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

R = 12.06%
G = 41.71%
B = 46.23%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18535C (or 0x18535C) is known color: Teal Blue. HEX triplet: 18, 53 and 5C. RGB value is (24,83,92). Sum of RGB (Red+Green+Blue) = 24+83+92=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #18535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18535C is #E7ACA3. Grayscale: #424242. Windows color (decimal): -15183012 or 6050584. OLE color: 6050584.

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

Color convert

RGB 24 83 92 -
CMYK 0.74 0.10 0 0.64
HSL 187.94º 0.59% 0.23% -
HSV(B) 187.94º 0.74% 0.36% -
XYZ 5.4 7.15 11.22 -
YUV 66.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 24 83 92 0.74 0.10 0 0.64 187.94 0.59 0.23
Hex 18 53 5C 4A A 0 40 BC 3B 17
Octal 30 123 134 112 12 0 100 274 73 27
Binary 11000 1010011 1011100 1001010 1010 0 1000000 10111100 111011 10111

Color Harmonies of #18535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18535C

Black with #18535C

Text Example


Text Example

White with #18535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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