Html Css Color HEX #114235 Deep Teal

📋 copy color: '#114235'

red 17 ◦ green 66 ◦ blue 53

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

Shades of Deep Teal #114235

Tints of Deep Teal #114235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.53%

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 12.5%
G = 48.53%
B = 38.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#114235 (or 0x114235) is known color: Deep Teal. HEX triplet: 11, 42 and 35. RGB value is (17,66,53). Sum of RGB (Red+Green+Blue) = 17+66+53=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #114235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114235 is #EEBDCA. Grayscale: #313131. Windows color (decimal): -15646155 or 3490321. OLE color: 3490321.

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

Color convert

RGB 17 66 53 -
CMYK 0.74 0 0.20 0.74
HSL 164.08º 0.59% 0.16% -
HSV(B) 164.08º 0.74% 0.26% -
XYZ 2.82 4.27 4.04 -
YUV 49.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 17 66 53 0.74 0 0.20 0.74 164.08 0.59 0.16
Hex 11 42 35 4A 0 14 4A A4 3B 10
Octal 21 102 65 112 0 24 112 244 73 20
Binary 10001 1000010 110101 1001010 0 10100 1001010 10100100 111011 10000

Color Harmonies of #114235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114235

Black with #114235

Text Example


Text Example

White with #114235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114235; }

 p { color: rgb(17,66,53); }

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

background-color css

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

 a { background-color: rgb(17,66,53); }

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

border-color css

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

 span { border-color: rgb(17,66,53); }

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