Html Css Color HEX #18525C Teal Blue

📋 copy color: '#18525C'

red 24 ◦ green 82 ◦ blue 92

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

Shades of Teal Blue #18525C

Tints of Teal Blue #18525C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.41%

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

R = 12.12%
G = 41.41%
B = 46.46%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18525C (or 0x18525C) is known color: Teal Blue. HEX triplet: 18, 52 and 5C. RGB value is (24,82,92). Sum of RGB (Red+Green+Blue) = 24+82+92=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #18525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18525C is #E7ADA3. Grayscale: #414141. Windows color (decimal): -15183268 or 6050328. OLE color: 6050328.

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

Color convert

RGB 24 82 92 -
CMYK 0.74 0.11 0 0.64
HSL 188.82º 0.59% 0.23% -
HSV(B) 188.82º 0.74% 0.36% -
XYZ 5.33 7 11.2 -
YUV 65.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 24 82 92 0.74 0.11 0 0.64 188.82 0.59 0.23
Hex 18 52 5C 4A B 0 40 BD 3B 17
Octal 30 122 134 112 13 0 100 275 73 27
Binary 11000 1010010 1011100 1001010 1011 0 1000000 10111101 111011 10111

Color Harmonies of #18525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18525C

Black with #18525C

Text Example


Text Example

White with #18525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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