Html Css Color HEX #114138 Deep Teal

📋 copy color: '#114138'

red 17 ◦ green 65 ◦ blue 56

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

Shades of Deep Teal #114138

Tints of Deep Teal #114138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 12.32%
G = 47.1%
B = 40.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#114138 (or 0x114138) is known color: Deep Teal. HEX triplet: 11, 41 and 38. RGB value is (17,65,56). Sum of RGB (Red+Green+Blue) = 17+65+56=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #114138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114138 is #EEBEC7. Grayscale: #313131. Windows color (decimal): -15646408 or 3686673. OLE color: 3686673.

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

Color convert

RGB 17 65 56 -
CMYK 0.74 0 0.14 0.75
HSL 168.75º 0.59% 0.16% -
HSV(B) 168.75º 0.74% 0.25% -
XYZ 2.84 4.19 4.4 -
YUV 49.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 17 65 56 0.74 0 0.14 0.75 168.75 0.59 0.16
Hex 11 41 38 4A 0 E 4B A9 3B 10
Octal 21 101 70 112 0 16 113 251 73 20
Binary 10001 1000001 111000 1001010 0 1110 1001011 10101001 111011 10000

Color Harmonies of #114138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114138

Black with #114138

Text Example


Text Example

White with #114138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114138; }

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

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

background-color css

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

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

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

border-color css

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

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

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