Html Css Color HEX #185259 Teal Blue

📋 copy color: '#185259'

red 24 ◦ green 82 ◦ blue 89

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

Shades of Teal Blue #185259

Tints of Teal Blue #185259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 12.31%
G = 42.05%
B = 45.64%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#185259 (or 0x185259) is known color: Teal Blue. HEX triplet: 18, 52 and 59. RGB value is (24,82,89). Sum of RGB (Red+Green+Blue) = 24+82+89=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #185259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185259 is #E7ADA6. Grayscale: #414141. Windows color (decimal): -15183271 or 5853720. OLE color: 5853720.

HSL color Cylindrical-coordinate representation of color #185259: hue angle of 186.46º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185259 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 82 89 -
CMYK 0.73 0.08 0 0.65
HSL 186.46º 0.58% 0.22% -
HSV(B) 186.46º 0.73% 0.35% -
XYZ 5.2 6.95 10.52 -
YUV 65.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 24 82 89 0.73 0.08 0 0.65 186.46 0.58 0.22
Hex 18 52 59 49 8 0 41 BA 3A 16
Octal 30 122 131 111 10 0 101 272 72 26
Binary 11000 1010010 1011001 1001001 1000 0 1000001 10111010 111010 10110

Color Harmonies of #185259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185259

Black with #185259

Text Example


Text Example

White with #185259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185259; }

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

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

background-color css

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

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

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

border-color css

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

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

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