Html Css Color HEX #114338 Deep Teal

📋 copy color: '#114338'

red 17 ◦ green 67 ◦ blue 56

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

Shades of Deep Teal #114338

Tints of Deep Teal #114338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.86%

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

R = 12.14%
G = 47.86%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#114338 (or 0x114338) is known color: Deep Teal. HEX triplet: 11, 43 and 38. RGB value is (17,67,56). Sum of RGB (Red+Green+Blue) = 17+67+56=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #114338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114338 is #EEBCC7. Grayscale: #323232. Windows color (decimal): -15645896 or 3687185. OLE color: 3687185.

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

Color convert

RGB 17 67 56 -
CMYK 0.75 0 0.16 0.74
HSL 166.8º 0.6% 0.16% -
HSV(B) 166.8º 0.75% 0.26% -
XYZ 2.95 4.42 4.44 -
YUV 50.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 17 67 56 0.75 0 0.16 0.74 166.8 0.6 0.16
Hex 11 43 38 4B 0 10 4A A7 3C 10
Octal 21 103 70 113 0 20 112 247 74 20
Binary 10001 1000011 111000 1001011 0 10000 1001010 10100111 111100 10000

Color Harmonies of #114338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114338

Black with #114338

Text Example


Text Example

White with #114338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114338; }

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

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

background-color css

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

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

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

border-color css

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

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

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