Html Css Color HEX #11483F Deep Teal

📋 copy color: '#11483F'

red 17 ◦ green 72 ◦ blue 63

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

Shades of Deep Teal #11483F

Tints of Deep Teal #11483F

RGB

 RED value IS 17 (7.03% from 255) = 11.18%

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

 BLUE value IS 63 (25% from 255) = 41.45%

R = 11.18%
G = 47.37%
B = 41.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#11483F (or 0x11483F) is known color: Deep Teal. HEX triplet: 11, 48 and 3F. RGB value is (17,72,63). Sum of RGB (Red+Green+Blue) = 17+72+63=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #11483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11483F is #EEB7C0. Grayscale: #363636. Windows color (decimal): -15644609 or 4147217. OLE color: 4147217.

HSL color Cylindrical-coordinate representation of color #11483F: hue angle of 170.18º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11483F is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 63 -
CMYK 0.76 0 0.12 0.72
HSL 170.18º 0.62% 0.17% -
HSV(B) 170.18º 0.76% 0.28% -
XYZ 3.45 5.11 5.51 -
YUV 54.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 17 72 63 0.76 0 0.12 0.72 170.18 0.62 0.17
Hex 11 48 3F 4C 0 C 48 AA 3E 11
Octal 21 110 77 114 0 14 110 252 76 21
Binary 10001 1001000 111111 1001100 0 1100 1001000 10101010 111110 10001

Color Harmonies of #11483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11483F

Black with #11483F

Text Example


Text Example

White with #11483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11483F; }

 p { color: rgb(17,72,63); }

 H1.HeaderClassName
 {
   color: #11483F;
 }
 .AnyTagClassName
 {
   color: #11483F;
 }
</style>

background-color css

<style>
 a { background-color: #11483F; }

 a { background-color: rgb(17,72,63); }

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

border-color css

<style>
 span { border-color: #11483F; }

 span { border-color: rgb(17,72,63); }

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