Html Css Color HEX #11423B Deep Teal

📋 copy color: '#11423B'

red 17 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #11423B

Tints of Deep Teal #11423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 11.97%
G = 46.48%
B = 41.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#11423B (or 0x11423B) is known color: Deep Teal. HEX triplet: 11, 42 and 3B. RGB value is (17,66,59). Sum of RGB (Red+Green+Blue) = 17+66+59=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #11423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11423B is #EEBDC4. Grayscale: #323232. Windows color (decimal): -15646149 or 3883537. OLE color: 3883537.

HSL color Cylindrical-coordinate representation of color #11423B: hue angle of 171.43º 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 #11423B is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 59 -
CMYK 0.74 0 0.11 0.74
HSL 171.43º 0.59% 0.16% -
HSV(B) 171.43º 0.74% 0.26% -
XYZ 2.97 4.33 4.82 -
YUV 50.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 17 66 59 0.74 0 0.11 0.74 171.43 0.59 0.16
Hex 11 42 3B 4A 0 B 4A AB 3B 10
Octal 21 102 73 112 0 13 112 253 73 20
Binary 10001 1000010 111011 1001010 0 1011 1001010 10101011 111011 10000

Color Harmonies of #11423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11423B

Black with #11423B

Text Example


Text Example

White with #11423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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