#114135

Color #114135 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #114135

Tints of Deep Teal #114135

Color information

#114135 (or 0x114135) is unknown color: approx Deep Teal. HEX triplet: 11, 41 and 35. RGB value is (17,65,53). Sum of RGB (Red+Green+Blue) = 17+65+53=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #114135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114135 is #EEBECA. Grayscale: #313131. Windows color (decimal): -15646411 or 3490065. OLE color: 3490065.

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

Color convert

RGB176553-
CMYK0.7400.180.75
HSL165º58.54%16.08%-
HSV(B)165º73.85%25.49%-
XYZ2.764.164.02-
YUV49.28130.1104.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=12.59%
G=48.15%
B=39.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765530.7400.180.7516558.5416.08
Hex1141354A0124Ba53b10
Octal21101651120221132457320
Binary100011000001110101100101001001010010111010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114135; }

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

 H1.HeaderClassName
 {
   color: #114135;
 }
 .AnyTagClassName
 {
   color: #114135;
 }
</style>
background-color css

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

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

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

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

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

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