Html Css Color HEX #114136 Deep Teal

📋 copy color: '#114136'

red 17 ◦ green 65 ◦ blue 54

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

Shades of Deep Teal #114136

Tints of Deep Teal #114136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.79%

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

R = 12.5%
G = 47.79%
B = 39.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#114136 (or 0x114136) is known color: Deep Teal. HEX triplet: 11, 41 and 36. RGB value is (17,65,54). Sum of RGB (Red+Green+Blue) = 17+65+54=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #114136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114136 is #EEBEC9. Grayscale: #313131. Windows color (decimal): -15646410 or 3555601. OLE color: 3555601.

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

Color convert

RGB 17 65 54 -
CMYK 0.74 0 0.17 0.75
HSL 166.25º 0.59% 0.16% -
HSV(B) 166.25º 0.74% 0.25% -
XYZ 2.79 4.17 4.15 -
YUV 49.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 17 65 54 0.74 0 0.17 0.75 166.25 0.59 0.16
Hex 11 41 36 4A 0 11 4B A6 3B 10
Octal 21 101 66 112 0 21 113 246 73 20
Binary 10001 1000001 110110 1001010 0 10001 1001011 10100110 111011 10000

Color Harmonies of #114136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114136

Black with #114136

Text Example


Text Example

White with #114136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114136; }

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

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

background-color css

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

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

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

border-color css

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

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

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