Html Css Color HEX #15483C Deep Teal

📋 copy color: '#15483C'

red 21 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #15483C

Tints of Deep Teal #15483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.06%

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

R = 13.73%
G = 47.06%
B = 39.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#15483C (or 0x15483C) is known color: Deep Teal. HEX triplet: 15, 48 and 3C. RGB value is (21,72,60). Sum of RGB (Red+Green+Blue) = 21+72+60=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #15483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15483C is #EAB7C3. Grayscale: #373737. Windows color (decimal): -15382468 or 3950613. OLE color: 3950613.

HSL color Cylindrical-coordinate representation of color #15483C: hue angle of 165.88º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15483C is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 60 -
CMYK 0.71 0 0.17 0.72
HSL 165.88º 0.55% 0.18% -
HSV(B) 165.88º 0.71% 0.28% -
XYZ 3.44 5.12 5.08 -
YUV 55.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 21 72 60 0.71 0 0.17 0.72 165.88 0.55 0.18
Hex 15 48 3C 47 0 11 48 A6 37 12
Octal 25 110 74 107 0 21 110 246 67 22
Binary 10101 1001000 111100 1000111 0 10001 1001000 10100110 110111 10010

Color Harmonies of #15483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15483C

Black with #15483C

Text Example


Text Example

White with #15483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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