Html Css Color HEX #11483D Deep Teal

📋 copy color: '#11483D'

red 17 ◦ green 72 ◦ blue 61

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

Shades of Deep Teal #11483D

Tints of Deep Teal #11483D

RGB

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

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

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

R = 11.33%
G = 48%
B = 40.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#11483D (or 0x11483D) is known color: Deep Teal. HEX triplet: 11, 48 and 3D. RGB value is (17,72,61). Sum of RGB (Red+Green+Blue) = 17+72+61=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #11483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11483D is #EEB7C2. Grayscale: #363636. Windows color (decimal): -15644611 or 4016145. OLE color: 4016145.

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

Color convert

RGB 17 72 61 -
CMYK 0.76 0 0.15 0.72
HSL 168º 0.62% 0.17% -
HSV(B) 168º 0.76% 0.28% -
XYZ 3.39 5.09 5.22 -
YUV 54.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 17 72 61 0.76 0 0.15 0.72 168 0.62 0.17
Hex 11 48 3D 4C 0 F 48 A8 3E 11
Octal 21 110 75 114 0 17 110 250 76 21
Binary 10001 1001000 111101 1001100 0 1111 1001000 10101000 111110 10001

Color Harmonies of #11483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11483D

Black with #11483D

Text Example


Text Example

White with #11483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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