Html Css Color HEX #114038 Deep Teal

📋 copy color: '#114038'

red 17 ◦ green 64 ◦ blue 56

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

Shades of Deep Teal #114038

Tints of Deep Teal #114038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.72%

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

R = 12.41%
G = 46.72%
B = 40.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#114038 (or 0x114038) is known color: Deep Teal. HEX triplet: 11, 40 and 38. RGB value is (17,64,56). Sum of RGB (Red+Green+Blue) = 17+64+56=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #114038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114038 is #EEBFC7. Grayscale: #313131. Windows color (decimal): -15646664 or 3686417. OLE color: 3686417.

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

Color convert

RGB 17 64 56 -
CMYK 0.73 0 0.13 0.75
HSL 169.79º 0.58% 0.16% -
HSV(B) 169.79º 0.73% 0.25% -
XYZ 2.78 4.07 4.38 -
YUV 49.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 17 64 56 0.73 0 0.13 0.75 169.79 0.58 0.16
Hex 11 40 38 49 0 D 4B AA 3A 10
Octal 21 100 70 111 0 15 113 252 72 20
Binary 10001 1000000 111000 1001001 0 1101 1001011 10101010 111010 10000

Color Harmonies of #114038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114038

Black with #114038

Text Example


Text Example

White with #114038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114038; }

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

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

background-color css

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

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

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

border-color css

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

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

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