Html Css Color HEX #114438 Deep Teal

📋 copy color: '#114438'

red 17 ◦ green 68 ◦ blue 56

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

Shades of Deep Teal #114438

Tints of Deep Teal #114438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 12.06%
G = 48.23%
B = 39.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#114438 (or 0x114438) is known color: Deep Teal. HEX triplet: 11, 44 and 38. RGB value is (17,68,56). Sum of RGB (Red+Green+Blue) = 17+68+56=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #114438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114438 is #EEBBC7. Grayscale: #333333. Windows color (decimal): -15645640 or 3687441. OLE color: 3687441.

HSL color Cylindrical-coordinate representation of color #114438: hue angle of 165.88º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114438 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 56 -
CMYK 0.75 0 0.18 0.73
HSL 165.88º 0.6% 0.17% -
HSV(B) 165.88º 0.75% 0.27% -
XYZ 3.01 4.54 4.46 -
YUV 51.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 17 68 56 0.75 0 0.18 0.73 165.88 0.6 0.17
Hex 11 44 38 4B 0 12 49 A6 3C 11
Octal 21 104 70 113 0 22 111 246 74 21
Binary 10001 1000100 111000 1001011 0 10010 1001001 10100110 111100 10001

Color Harmonies of #114438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114438

Black with #114438

Text Example


Text Example

White with #114438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114438; }

 p { color: rgb(17,68,56); }

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

background-color css

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

 a { background-color: rgb(17,68,56); }

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

border-color css

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

 span { border-color: rgb(17,68,56); }

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