Html Css Color HEX #18433B Deep Teal

📋 copy color: '#18433B'

red 24 ◦ green 67 ◦ blue 59

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

Shades of Deep Teal #18433B

Tints of Deep Teal #18433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

 BLUE value IS 59 (23.44% from 255) = 39.33%

R = 16%
G = 44.67%
B = 39.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#18433B (or 0x18433B) is known color: Deep Teal. HEX triplet: 18, 43 and 3B. RGB value is (24,67,59). Sum of RGB (Red+Green+Blue) = 24+67+59=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #18433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18433B is #E7BCC4. Grayscale: #353535. Windows color (decimal): -15187141 or 3883800. OLE color: 3883800.

HSL color Cylindrical-coordinate representation of color #18433B: hue angle of 168.84º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18433B is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 67 59 -
CMYK 0.64 0 0.12 0.74
HSL 168.84º 0.47% 0.18% -
HSV(B) 168.84º 0.64% 0.26% -
XYZ 3.17 4.52 4.84 -
YUV 53.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 24 67 59 0.64 0 0.12 0.74 168.84 0.47 0.18
Hex 18 43 3B 40 0 C 4A A9 2F 12
Octal 30 103 73 100 0 14 112 251 57 22
Binary 11000 1000011 111011 1000000 0 1100 1001010 10101001 101111 10010

Color Harmonies of #18433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18433B

Black with #18433B

Text Example


Text Example

White with #18433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18433B; }

 p { color: rgb(24,67,59); }

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

background-color css

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

 a { background-color: rgb(24,67,59); }

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

border-color css

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

 span { border-color: rgb(24,67,59); }

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