Html Css Color HEX #114239 Deep Teal

📋 copy color: '#114239'

red 17 ◦ green 66 ◦ blue 57

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

Shades of Deep Teal #114239

Tints of Deep Teal #114239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 12.14%
G = 47.14%
B = 40.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#114239 (or 0x114239) is known color: Deep Teal. HEX triplet: 11, 42 and 39. RGB value is (17,66,57). Sum of RGB (Red+Green+Blue) = 17+66+57=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #114239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114239 is #EEBDC6. Grayscale: #323232. Windows color (decimal): -15646151 or 3752465. OLE color: 3752465.

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

Color convert

RGB 17 66 57 -
CMYK 0.74 0 0.14 0.74
HSL 168.98º 0.59% 0.16% -
HSV(B) 168.98º 0.74% 0.26% -
XYZ 2.92 4.31 4.55 -
YUV 50.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 17 66 57 0.74 0 0.14 0.74 168.98 0.59 0.16
Hex 11 42 39 4A 0 E 4A A9 3B 10
Octal 21 102 71 112 0 16 112 251 73 20
Binary 10001 1000010 111001 1001010 0 1110 1001010 10101001 111011 10000

Color Harmonies of #114239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114239

Black with #114239

Text Example


Text Example

White with #114239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114239; }

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

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

background-color css

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

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

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

border-color css

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

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

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