Html Css Color HEX #18433F Deep Teal

📋 copy color: '#18433F'

red 24 ◦ green 67 ◦ blue 63

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

Shades of Deep Teal #18433F

Tints of Deep Teal #18433F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.91%

R = 15.58%
G = 43.51%
B = 40.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#18433F (or 0x18433F) is known color: Deep Teal. HEX triplet: 18, 43 and 3F. RGB value is (24,67,63). Sum of RGB (Red+Green+Blue) = 24+67+63=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #18433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18433F is #E7BCC0. Grayscale: #353535. Windows color (decimal): -15187137 or 4145944. OLE color: 4145944.

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

Color convert

RGB 24 67 63 -
CMYK 0.64 0 0.06 0.74
HSL 174.42º 0.47% 0.18% -
HSV(B) 174.42º 0.64% 0.26% -
XYZ 3.28 4.57 5.41 -
YUV 53.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 24 67 63 0.64 0 0.06 0.74 174.42 0.47 0.18
Hex 18 43 3F 40 0 6 4A AE 2F 12
Octal 30 103 77 100 0 6 112 256 57 22
Binary 11000 1000011 111111 1000000 0 110 1001010 10101110 101111 10010

Color Harmonies of #18433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18433F

Black with #18433F

Text Example


Text Example

White with #18433F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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