Html Css Color HEX #15433C Deep Teal

📋 copy color: '#15433C'

red 21 ◦ green 67 ◦ blue 60

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

Shades of Deep Teal #15433C

Tints of Deep Teal #15433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 14.19%
G = 45.27%
B = 40.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#15433C (or 0x15433C) is known color: Deep Teal. HEX triplet: 15, 43 and 3C. RGB value is (21,67,60). Sum of RGB (Red+Green+Blue) = 21+67+60=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #15433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15433C is #EABCC3. Grayscale: #343434. Windows color (decimal): -15383748 or 3949333. OLE color: 3949333.

HSL color Cylindrical-coordinate representation of color #15433C: hue angle of 170.87º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15433C is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 67 60 -
CMYK 0.69 0 0.10 0.74
HSL 170.87º 0.52% 0.17% -
HSV(B) 170.87º 0.69% 0.26% -
XYZ 3.13 4.5 4.98 -
YUV 52.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 21 67 60 0.69 0 0.10 0.74 170.87 0.52 0.17
Hex 15 43 3C 45 0 A 4A AB 34 11
Octal 25 103 74 105 0 12 112 253 64 21
Binary 10101 1000011 111100 1000101 0 1010 1001010 10101011 110100 10001

Color Harmonies of #15433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15433C

Black with #15433C

Text Example


Text Example

White with #15433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15433C; }

 p { color: rgb(21,67,60); }

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

background-color css

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

 a { background-color: rgb(21,67,60); }

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

border-color css

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

 span { border-color: rgb(21,67,60); }

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