Html Css Color HEX #114236 Deep Teal

📋 copy color: '#114236'

red 17 ◦ green 66 ◦ blue 54

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

Shades of Deep Teal #114236

Tints of Deep Teal #114236

RGB

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

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

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

R = 12.41%
G = 48.18%
B = 39.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#114236 (or 0x114236) is known color: Deep Teal. HEX triplet: 11, 42 and 36. RGB value is (17,66,54). Sum of RGB (Red+Green+Blue) = 17+66+54=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #114236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114236 is #EEBDC9. Grayscale: #313131. Windows color (decimal): -15646154 or 3555857. OLE color: 3555857.

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

Color convert

RGB 17 66 54 -
CMYK 0.74 0 0.18 0.74
HSL 165.31º 0.59% 0.16% -
HSV(B) 165.31º 0.74% 0.26% -
XYZ 2.85 4.28 4.17 -
YUV 49.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 17 66 54 0.74 0 0.18 0.74 165.31 0.59 0.16
Hex 11 42 36 4A 0 12 4A A5 3B 10
Octal 21 102 66 112 0 22 112 245 73 20
Binary 10001 1000010 110110 1001010 0 10010 1001010 10100101 111011 10000

Color Harmonies of #114236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114236

Black with #114236

Text Example


Text Example

White with #114236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114236; }

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

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

background-color css

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

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

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

border-color css

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

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

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