Html Css Color HEX #18433D Deep Teal

📋 copy color: '#18433D'

red 24 ◦ green 67 ◦ blue 61

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

Shades of Deep Teal #18433D

Tints of Deep Teal #18433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 15.79%
G = 44.08%
B = 40.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#18433D (or 0x18433D) is known color: Deep Teal. HEX triplet: 18, 43 and 3D. RGB value is (24,67,61). Sum of RGB (Red+Green+Blue) = 24+67+61=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #18433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18433D is #E7BCC2. Grayscale: #353535. Windows color (decimal): -15187139 or 4014872. OLE color: 4014872.

HSL color Cylindrical-coordinate representation of color #18433D: hue angle of 171.63º 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 #18433D is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 67 61 -
CMYK 0.64 0 0.09 0.74
HSL 171.63º 0.47% 0.18% -
HSV(B) 171.63º 0.64% 0.26% -
XYZ 3.23 4.55 5.12 -
YUV 53.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 24 67 61 0.64 0 0.09 0.74 171.63 0.47 0.18
Hex 18 43 3D 40 0 9 4A AC 2F 12
Octal 30 103 75 100 0 11 112 254 57 22
Binary 11000 1000011 111101 1000000 0 1001 1001010 10101100 101111 10010

Color Harmonies of #18433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18433D

Black with #18433D

Text Example


Text Example

White with #18433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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