Html Css Color HEX #185260 Teal Blue

📋 copy color: '#185260'

red 24 ◦ green 82 ◦ blue 96

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

Shades of Teal Blue #185260

Tints of Teal Blue #185260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.52%

R = 11.88%
G = 40.59%
B = 47.52%

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

#185260 (or 0x185260) is known color: Teal Blue. HEX triplet: 18, 52 and 60. RGB value is (24,82,96). Sum of RGB (Red+Green+Blue) = 24+82+96=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #185260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185260 is #E7AD9F. Grayscale: #424242. Windows color (decimal): -15183264 or 6312472. OLE color: 6312472.

HSL color Cylindrical-coordinate representation of color #185260: hue angle of 191.67º 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 #185260 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 82 96 -
CMYK 0.75 0.15 0 0.62
HSL 191.67º 0.6% 0.24% -
HSV(B) 191.67º 0.75% 0.38% -
XYZ 5.51 7.07 12.14 -
YUV 66.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 24 82 96 0.75 0.15 0 0.62 191.67 0.6 0.24
Hex 18 52 60 4B F 0 3E C0 3C 18
Octal 30 122 140 113 17 0 76 300 74 30
Binary 11000 1010010 1100000 1001011 1111 0 111110 11000000 111100 11000

Color Harmonies of #185260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185260

Black with #185260

Text Example


Text Example

White with #185260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185260; }

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

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

background-color css

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

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

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

border-color css

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

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

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