Html Css Color HEX #185141 Deep Teal

📋 copy color: '#185141'

red 24 ◦ green 81 ◦ blue 65

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

Shades of Deep Teal #185141

Tints of Deep Teal #185141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

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

R = 14.12%
G = 47.65%
B = 38.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#185141 (or 0x185141) is known color: Deep Teal. HEX triplet: 18, 51 and 41. RGB value is (24,81,65). Sum of RGB (Red+Green+Blue) = 24+81+65=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #185141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185141 is #E7AEBE. Grayscale: #3E3E3E. Windows color (decimal): -15183551 or 4280600. OLE color: 4280600.

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

Color convert

RGB 24 81 65 -
CMYK 0.70 0 0.20 0.68
HSL 163.16º 0.54% 0.21% -
HSV(B) 163.16º 0.7% 0.32% -
XYZ 4.27 6.46 6.02 -
YUV 62.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 24 81 65 0.70 0 0.20 0.68 163.16 0.54 0.21
Hex 18 51 41 46 0 14 44 A3 36 15
Octal 30 121 101 106 0 24 104 243 66 25
Binary 11000 1010001 1000001 1000110 0 10100 1000100 10100011 110110 10101

Color Harmonies of #185141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185141

Black with #185141

Text Example


Text Example

White with #185141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185141; }

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

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

background-color css

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

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

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

border-color css

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

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

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