Html Css Color HEX #184438 Deep Teal

📋 copy color: '#184438'

red 24 ◦ green 68 ◦ blue 56

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

Shades of Deep Teal #184438

Tints of Deep Teal #184438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.95%

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 16.22%
G = 45.95%
B = 37.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#184438 (or 0x184438) is known color: Deep Teal. HEX triplet: 18, 44 and 38. RGB value is (24,68,56). Sum of RGB (Red+Green+Blue) = 24+68+56=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #184438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184438 is #E7BBC7. Grayscale: #353535. Windows color (decimal): -15186888 or 3687448. OLE color: 3687448.

HSL color Cylindrical-coordinate representation of color #184438: hue angle of 163.64º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184438 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 68 56 -
CMYK 0.65 0 0.18 0.73
HSL 163.64º 0.48% 0.18% -
HSV(B) 163.64º 0.65% 0.27% -
XYZ 3.16 4.61 4.47 -
YUV 53.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 24 68 56 0.65 0 0.18 0.73 163.64 0.48 0.18
Hex 18 44 38 41 0 12 49 A4 30 12
Octal 30 104 70 101 0 22 111 244 60 22
Binary 11000 1000100 111000 1000001 0 10010 1001001 10100100 110000 10010

Color Harmonies of #184438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184438

Black with #184438

Text Example


Text Example

White with #184438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184438; }

 p { color: rgb(24,68,56); }

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

background-color css

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

 a { background-color: rgb(24,68,56); }

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

border-color css

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

 span { border-color: rgb(24,68,56); }

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