Html Css Color HEX #185041 Deep Teal

📋 copy color: '#185041'

red 24 ◦ green 80 ◦ blue 65

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

Shades of Deep Teal #185041

Tints of Deep Teal #185041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.34%

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

R = 14.2%
G = 47.34%
B = 38.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#185041 (or 0x185041) is known color: Deep Teal. HEX triplet: 18, 50 and 41. RGB value is (24,80,65). Sum of RGB (Red+Green+Blue) = 24+80+65=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #185041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185041 is #E7AFBE. Grayscale: #3D3D3D. Windows color (decimal): -15183807 or 4280344. OLE color: 4280344.

HSL color Cylindrical-coordinate representation of color #185041: hue angle of 163.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185041 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 65 -
CMYK 0.70 0 0.19 0.69
HSL 163.93º 0.54% 0.2% -
HSV(B) 163.93º 0.7% 0.31% -
XYZ 4.2 6.31 6 -
YUV 61.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 24 80 65 0.70 0 0.19 0.69 163.93 0.54 0.2
Hex 18 50 41 46 0 13 45 A4 36 14
Octal 30 120 101 106 0 23 105 244 66 24
Binary 11000 1010000 1000001 1000110 0 10011 1000101 10100100 110110 10100

Color Harmonies of #185041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185041

Black with #185041

Text Example


Text Example

White with #185041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185041; }

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

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

background-color css

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

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

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

border-color css

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

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

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