Html Css Color HEX #11423D Deep Teal

📋 copy color: '#11423D'

red 17 ◦ green 66 ◦ blue 61

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

Shades of Deep Teal #11423D

Tints of Deep Teal #11423D

RGB

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

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

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

R = 11.81%
G = 45.83%
B = 42.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#11423D (or 0x11423D) is known color: Deep Teal. HEX triplet: 11, 42 and 3D. RGB value is (17,66,61). Sum of RGB (Red+Green+Blue) = 17+66+61=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #11423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11423D is #EEBDC2. Grayscale: #323232. Windows color (decimal): -15646147 or 4014609. OLE color: 4014609.

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

Color convert

RGB 17 66 61 -
CMYK 0.74 0 0.08 0.74
HSL 173.88º 0.59% 0.16% -
HSV(B) 173.88º 0.74% 0.26% -
XYZ 3.02 4.35 5.1 -
YUV 50.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 17 66 61 0.74 0 0.08 0.74 173.88 0.59 0.16
Hex 11 42 3D 4A 0 8 4A AE 3B 10
Octal 21 102 75 112 0 10 112 256 73 20
Binary 10001 1000010 111101 1001010 0 1000 1001010 10101110 111011 10000

Color Harmonies of #11423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11423D

Black with #11423D

Text Example


Text Example

White with #11423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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