Html Css Color HEX #15483A Deep Teal

📋 copy color: '#15483A'

red 21 ◦ green 72 ◦ blue 58

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

Shades of Deep Teal #15483A

Tints of Deep Teal #15483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 38.41%

R = 13.91%
G = 47.68%
B = 38.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#15483A (or 0x15483A) is known color: Deep Teal. HEX triplet: 15, 48 and 3A. RGB value is (21,72,58). Sum of RGB (Red+Green+Blue) = 21+72+58=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #15483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15483A is #EAB7C5. Grayscale: #373737. Windows color (decimal): -15382470 or 3819541. OLE color: 3819541.

HSL color Cylindrical-coordinate representation of color #15483A: hue angle of 163.53º 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 #15483A is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 58 -
CMYK 0.71 0 0.19 0.72
HSL 163.53º 0.55% 0.18% -
HSV(B) 163.53º 0.71% 0.28% -
XYZ 3.39 5.1 4.81 -
YUV 55.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 21 72 58 0.71 0 0.19 0.72 163.53 0.55 0.18
Hex 15 48 3A 47 0 13 48 A4 37 12
Octal 25 110 72 107 0 23 110 244 67 22
Binary 10101 1001000 111010 1000111 0 10011 1001000 10100100 110111 10010

Color Harmonies of #15483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15483A

Black with #15483A

Text Example


Text Example

White with #15483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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