Html Css Color HEX #15483E Deep Teal

📋 copy color: '#15483E'

red 21 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #15483E

Tints of Deep Teal #15483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40%

R = 13.55%
G = 46.45%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#15483E (or 0x15483E) is known color: Deep Teal. HEX triplet: 15, 48 and 3E. RGB value is (21,72,62). Sum of RGB (Red+Green+Blue) = 21+72+62=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #15483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15483E is #EAB7C1. Grayscale: #373737. Windows color (decimal): -15382466 or 4081685. OLE color: 4081685.

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

Color convert

RGB 21 72 62 -
CMYK 0.71 0 0.14 0.72
HSL 168.24º 0.55% 0.18% -
HSV(B) 168.24º 0.71% 0.28% -
XYZ 3.5 5.14 5.37 -
YUV 55.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 21 72 62 0.71 0 0.14 0.72 168.24 0.55 0.18
Hex 15 48 3E 47 0 E 48 A8 37 12
Octal 25 110 76 107 0 16 110 250 67 22
Binary 10101 1001000 111110 1000111 0 1110 1001000 10101000 110111 10010

Color Harmonies of #15483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15483E

Black with #15483E

Text Example


Text Example

White with #15483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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