Html Css Color HEX #184136 Deep Teal

📋 copy color: '#184136'

red 24 ◦ green 65 ◦ blue 54

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

Shades of Deep Teal #184136

Tints of Deep Teal #184136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 16.78%
G = 45.45%
B = 37.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#184136 (or 0x184136) is known color: Deep Teal. HEX triplet: 18, 41 and 36. RGB value is (24,65,54). Sum of RGB (Red+Green+Blue) = 24+65+54=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #184136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184136 is #E7BEC9. Grayscale: #333333. Windows color (decimal): -15187658 or 3555608. OLE color: 3555608.

HSL color Cylindrical-coordinate representation of color #184136: hue angle of 163.9º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #184136 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 54 -
CMYK 0.63 0 0.17 0.75
HSL 163.9º 0.46% 0.17% -
HSV(B) 163.9º 0.63% 0.25% -
XYZ 2.93 4.24 4.15 -
YUV 51.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 24 65 54 0.63 0 0.17 0.75 163.9 0.46 0.17
Hex 18 41 36 3F 0 11 4B A4 2E 11
Octal 30 101 66 77 0 21 113 244 56 21
Binary 11000 1000001 110110 111111 0 10001 1001011 10100100 101110 10001

Color Harmonies of #184136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184136

Black with #184136

Text Example


Text Example

White with #184136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184136; }

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

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

background-color css

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

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

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

border-color css

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

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

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