Html Css Color HEX #114134 Deep Teal

📋 copy color: '#114134'

red 17 ◦ green 65 ◦ blue 52

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

Shades of Deep Teal #114134

Tints of Deep Teal #114134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 38.81%

R = 12.69%
G = 48.51%
B = 38.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#114134 (or 0x114134) is known color: Deep Teal. HEX triplet: 11, 41 and 34. RGB value is (17,65,52). Sum of RGB (Red+Green+Blue) = 17+65+52=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #114134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114134 is #EEBECB. Grayscale: #313131. Windows color (decimal): -15646412 or 3424529. OLE color: 3424529.

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

Color convert

RGB 17 65 52 -
CMYK 0.74 0 0.20 0.75
HSL 163.75º 0.59% 0.16% -
HSV(B) 163.75º 0.74% 0.25% -
XYZ 2.74 4.15 3.9 -
YUV 49.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 17 65 52 0.74 0 0.20 0.75 163.75 0.59 0.16
Hex 11 41 34 4A 0 14 4B A4 3B 10
Octal 21 101 64 112 0 24 113 244 73 20
Binary 10001 1000001 110100 1001010 0 10100 1001011 10100100 111011 10000

Color Harmonies of #114134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114134

Black with #114134

Text Example


Text Example

White with #114134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114134; }

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

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

background-color css

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

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

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

border-color css

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

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

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