Html Css Color HEX #11423C Deep Teal

📋 copy color: '#11423C'

red 17 ◦ green 66 ◦ blue 60

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

Shades of Deep Teal #11423C

Tints of Deep Teal #11423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 11.89%
G = 46.15%
B = 41.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#11423C (or 0x11423C) is known color: Deep Teal. HEX triplet: 11, 42 and 3C. RGB value is (17,66,60). Sum of RGB (Red+Green+Blue) = 17+66+60=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #11423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11423C is #EEBDC3. Grayscale: #323232. Windows color (decimal): -15646148 or 3949073. OLE color: 3949073.

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

Color convert

RGB 17 66 60 -
CMYK 0.74 0 0.09 0.74
HSL 172.65º 0.59% 0.16% -
HSV(B) 172.65º 0.74% 0.26% -
XYZ 2.99 4.34 4.96 -
YUV 50.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 17 66 60 0.74 0 0.09 0.74 172.65 0.59 0.16
Hex 11 42 3C 4A 0 9 4A AD 3B 10
Octal 21 102 74 112 0 11 112 255 73 20
Binary 10001 1000010 111100 1001010 0 1001 1001010 10101101 111011 10000

Color Harmonies of #11423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11423C

Black with #11423C

Text Example


Text Example

White with #11423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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