Html Css Color HEX #15443F Deep Teal

📋 copy color: '#15443F'

red 21 ◦ green 68 ◦ blue 63

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

Shades of Deep Teal #15443F

Tints of Deep Teal #15443F

RGB

 RED value IS 21 (8.59% from 255) = 13.82%

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

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

R = 13.82%
G = 44.74%
B = 41.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#15443F (or 0x15443F) is known color: Deep Teal. HEX triplet: 15, 44 and 3F. RGB value is (21,68,63). Sum of RGB (Red+Green+Blue) = 21+68+63=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #15443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15443F is #EABBC0. Grayscale: #353535. Windows color (decimal): -15383489 or 4146197. OLE color: 4146197.

HSL color Cylindrical-coordinate representation of color #15443F: hue angle of 173.62º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15443F is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 68 63 -
CMYK 0.69 0 0.07 0.73
HSL 173.62º 0.53% 0.17% -
HSV(B) 173.62º 0.69% 0.27% -
XYZ 3.27 4.65 5.43 -
YUV 53.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 21 68 63 0.69 0 0.07 0.73 173.62 0.53 0.17
Hex 15 44 3F 45 0 7 49 AE 35 11
Octal 25 104 77 105 0 7 111 256 65 21
Binary 10101 1000100 111111 1000101 0 111 1001001 10101110 110101 10001

Color Harmonies of #15443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15443F

Black with #15443F

Text Example


Text Example

White with #15443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,68,63); }

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

background-color css

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

 a { background-color: rgb(21,68,63); }

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

border-color css

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

 span { border-color: rgb(21,68,63); }

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