Html Css Color HEX #114036 Deep Teal

📋 copy color: '#114036'

red 17 ◦ green 64 ◦ blue 54

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

Shades of Deep Teal #114036

Tints of Deep Teal #114036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

 BLUE value IS 54 (21.48% from 255) = 40%

R = 12.59%
G = 47.41%
B = 40%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#114036 (or 0x114036) is known color: Deep Teal. HEX triplet: 11, 40 and 36. RGB value is (17,64,54). Sum of RGB (Red+Green+Blue) = 17+64+54=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #114036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114036 is #EEBFC9. Grayscale: #303030. Windows color (decimal): -15646666 or 3555345. OLE color: 3555345.

HSL color Cylindrical-coordinate representation of color #114036: hue angle of 167.23º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114036 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 54 -
CMYK 0.73 0 0.16 0.75
HSL 167.23º 0.58% 0.16% -
HSV(B) 167.23º 0.73% 0.25% -
XYZ 2.73 4.05 4.13 -
YUV 48.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 17 64 54 0.73 0 0.16 0.75 167.23 0.58 0.16
Hex 11 40 36 49 0 10 4B A7 3A 10
Octal 21 100 66 111 0 20 113 247 72 20
Binary 10001 1000000 110110 1001001 0 10000 1001011 10100111 111010 10000

Color Harmonies of #114036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114036

Black with #114036

Text Example


Text Example

White with #114036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114036; }

 p { color: rgb(17,64,54); }

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

background-color css

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

 a { background-color: rgb(17,64,54); }

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

border-color css

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

 span { border-color: rgb(17,64,54); }

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