Html Css Color HEX #185241 Deep Teal

📋 copy color: '#185241'

red 24 ◦ green 82 ◦ blue 65

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

Shades of Deep Teal #185241

Tints of Deep Teal #185241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 14.04%
G = 47.95%
B = 38.01%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#185241 (or 0x185241) is known color: Deep Teal. HEX triplet: 18, 52 and 41. RGB value is (24,82,65). Sum of RGB (Red+Green+Blue) = 24+82+65=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #185241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185241 is #E7ADBE. Grayscale: #3E3E3E. Windows color (decimal): -15183295 or 4280856. OLE color: 4280856.

HSL color Cylindrical-coordinate representation of color #185241: hue angle of 162.41º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185241 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 82 65 -
CMYK 0.71 0 0.21 0.68
HSL 162.41º 0.55% 0.21% -
HSV(B) 162.41º 0.71% 0.32% -
XYZ 4.35 6.61 6.05 -
YUV 62.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 24 82 65 0.71 0 0.21 0.68 162.41 0.55 0.21
Hex 18 52 41 47 0 15 44 A2 37 15
Octal 30 122 101 107 0 25 104 242 67 25
Binary 11000 1010010 1000001 1000111 0 10101 1000100 10100010 110111 10101

Color Harmonies of #185241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185241

Black with #185241

Text Example


Text Example

White with #185241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185241; }

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

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

background-color css

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

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

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

border-color css

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

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

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