Html Css Color HEX #15483D Deep Teal

📋 copy color: '#15483D'

red 21 ◦ green 72 ◦ blue 61

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

Shades of Deep Teal #15483D

Tints of Deep Teal #15483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.61%

R = 13.64%
G = 46.75%
B = 39.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#15483D (or 0x15483D) is known color: Deep Teal. HEX triplet: 15, 48 and 3D. RGB value is (21,72,61). Sum of RGB (Red+Green+Blue) = 21+72+61=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #15483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15483D is #EAB7C2. Grayscale: #373737. Windows color (decimal): -15382467 or 4016149. OLE color: 4016149.

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

Color convert

RGB 21 72 61 -
CMYK 0.71 0 0.15 0.72
HSL 167.06º 0.55% 0.18% -
HSV(B) 167.06º 0.71% 0.28% -
XYZ 3.47 5.13 5.22 -
YUV 55.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 21 72 61 0.71 0 0.15 0.72 167.06 0.55 0.18
Hex 15 48 3D 47 0 F 48 A7 37 12
Octal 25 110 75 107 0 17 110 247 67 22
Binary 10101 1001000 111101 1000111 0 1111 1001000 10100111 110111 10010

Color Harmonies of #15483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15483D

Black with #15483D

Text Example


Text Example

White with #15483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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