Html Css Color HEX #11433D Deep Teal

📋 copy color: '#11433D'

red 17 ◦ green 67 ◦ blue 61

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

Shades of Deep Teal #11433D

Tints of Deep Teal #11433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 11.72%
G = 46.21%
B = 42.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#11433D (or 0x11433D) is known color: Deep Teal. HEX triplet: 11, 43 and 3D. RGB value is (17,67,61). Sum of RGB (Red+Green+Blue) = 17+67+61=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #11433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11433D is #EEBCC2. Grayscale: #333333. Windows color (decimal): -15645891 or 4014865. OLE color: 4014865.

HSL color Cylindrical-coordinate representation of color #11433D: hue angle of 172.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11433D is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 67 61 -
CMYK 0.75 0 0.09 0.74
HSL 172.8º 0.6% 0.16% -
HSV(B) 172.8º 0.75% 0.26% -
XYZ 3.08 4.47 5.12 -
YUV 51.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 17 67 61 0.75 0 0.09 0.74 172.8 0.6 0.16
Hex 11 43 3D 4B 0 9 4A AD 3C 10
Octal 21 103 75 113 0 11 112 255 74 20
Binary 10001 1000011 111101 1001011 0 1001 1001010 10101101 111100 10000

Color Harmonies of #11433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11433D

Black with #11433D

Text Example


Text Example

White with #11433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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