Html Css Color HEX #11423A Deep Teal

📋 copy color: '#11423A'

red 17 ◦ green 66 ◦ blue 58

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

Shades of Deep Teal #11423A

Tints of Deep Teal #11423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

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

R = 12.06%
G = 46.81%
B = 41.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#11423A (or 0x11423A) is known color: Deep Teal. HEX triplet: 11, 42 and 3A. RGB value is (17,66,58). Sum of RGB (Red+Green+Blue) = 17+66+58=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #11423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11423A is #EEBDC5. Grayscale: #323232. Windows color (decimal): -15646150 or 3818001. OLE color: 3818001.

HSL color Cylindrical-coordinate representation of color #11423A: hue angle of 170.2º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11423A is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 58 -
CMYK 0.74 0 0.12 0.74
HSL 170.2º 0.59% 0.16% -
HSV(B) 170.2º 0.74% 0.26% -
XYZ 2.94 4.32 4.68 -
YUV 50.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 17 66 58 0.74 0 0.12 0.74 170.2 0.59 0.16
Hex 11 42 3A 4A 0 C 4A AA 3B 10
Octal 21 102 72 112 0 14 112 252 73 20
Binary 10001 1000010 111010 1001010 0 1100 1001010 10101010 111011 10000

Color Harmonies of #11423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11423A

Black with #11423A

Text Example


Text Example

White with #11423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,66,58); }

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

background-color css

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

 a { background-color: rgb(17,66,58); }

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

border-color css

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

 span { border-color: rgb(17,66,58); }

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