Html Css Color HEX #185361 Teal Blue

📋 copy color: '#185361'

red 24 ◦ green 83 ◦ blue 97

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

Shades of Teal Blue #185361

Tints of Teal Blue #185361

RGB

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

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

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

R = 11.76%
G = 40.69%
B = 47.55%

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

#185361 (or 0x185361) is known color: Teal Blue. HEX triplet: 18, 53 and 61. RGB value is (24,83,97). Sum of RGB (Red+Green+Blue) = 24+83+97=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #185361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185361 is #E7AC9E. Grayscale: #424242. Windows color (decimal): -15183007 or 6378264. OLE color: 6378264.

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

Color convert

RGB 24 83 97 -
CMYK 0.75 0.14 0 0.62
HSL 191.51º 0.6% 0.24% -
HSV(B) 191.51º 0.75% 0.38% -
XYZ 5.63 7.24 12.41 -
YUV 66.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 24 83 97 0.75 0.14 0 0.62 191.51 0.6 0.24
Hex 18 53 61 4B E 0 3E C0 3C 18
Octal 30 123 141 113 16 0 76 300 74 30
Binary 11000 1010011 1100001 1001011 1110 0 111110 11000000 111100 11000

Color Harmonies of #185361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185361

Black with #185361

Text Example


Text Example

White with #185361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185361; }

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

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

background-color css

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

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

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

border-color css

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

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

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