Html Css Color HEX #185360 Teal Blue

📋 copy color: '#185360'

red 24 ◦ green 83 ◦ blue 96

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

Shades of Teal Blue #185360

Tints of Teal Blue #185360

RGB

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

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

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

R = 11.82%
G = 40.89%
B = 47.29%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#185360 (or 0x185360) is known color: Teal Blue. HEX triplet: 18, 53 and 60. RGB value is (24,83,96). Sum of RGB (Red+Green+Blue) = 24+83+96=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #185360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185360 is #E7AC9F. Grayscale: #424242. Windows color (decimal): -15183008 or 6312728. OLE color: 6312728.

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

Color convert

RGB 24 83 96 -
CMYK 0.75 0.14 0 0.62
HSL 190.83º 0.6% 0.24% -
HSV(B) 190.83º 0.75% 0.38% -
XYZ 5.58 7.23 12.17 -
YUV 66.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 24 83 96 0.75 0.14 0 0.62 190.83 0.6 0.24
Hex 18 53 60 4B E 0 3E BF 3C 18
Octal 30 123 140 113 16 0 76 277 74 30
Binary 11000 1010011 1100000 1001011 1110 0 111110 10111111 111100 11000

Color Harmonies of #185360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185360

Black with #185360

Text Example


Text Example

White with #185360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185360; }

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

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

background-color css

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

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

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

border-color css

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

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

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