Html Css Color HEX #185261 Teal Blue

📋 copy color: '#185261'

red 24 ◦ green 82 ◦ blue 97

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

Shades of Teal Blue #185261

Tints of Teal Blue #185261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 11.82%
G = 40.39%
B = 47.78%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#185261 (or 0x185261) is known color: Teal Blue. HEX triplet: 18, 52 and 61. RGB value is (24,82,97). Sum of RGB (Red+Green+Blue) = 24+82+97=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #185261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185261 is #E7AD9E. Grayscale: #424242. Windows color (decimal): -15183263 or 6378008. OLE color: 6378008.

HSL color Cylindrical-coordinate representation of color #185261: hue angle of 192.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185261 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 82 97 -
CMYK 0.75 0.15 0 0.62
HSL 192.33º 0.6% 0.24% -
HSV(B) 192.33º 0.75% 0.38% -
XYZ 5.55 7.09 12.39 -
YUV 66.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 24 82 97 0.75 0.15 0 0.62 192.33 0.6 0.24
Hex 18 52 61 4B F 0 3E C0 3C 18
Octal 30 122 141 113 17 0 76 300 74 30
Binary 11000 1010010 1100001 1001011 1111 0 111110 11000000 111100 11000

Color Harmonies of #185261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185261

Black with #185261

Text Example


Text Example

White with #185261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185261; }

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

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

background-color css

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

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

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

border-color css

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

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

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