Html Css Color HEX #114339 Deep Teal

📋 copy color: '#114339'

red 17 ◦ green 67 ◦ blue 57

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

Shades of Deep Teal #114339

Tints of Deep Teal #114339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

 BLUE value IS 57 (22.66% from 255) = 40.43%

R = 12.06%
G = 47.52%
B = 40.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#114339 (or 0x114339) is known color: Deep Teal. HEX triplet: 11, 43 and 39. RGB value is (17,67,57). Sum of RGB (Red+Green+Blue) = 17+67+57=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #114339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114339 is #EEBCC6. Grayscale: #323232. Windows color (decimal): -15645895 or 3752721. OLE color: 3752721.

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

Color convert

RGB 17 67 57 -
CMYK 0.75 0 0.15 0.74
HSL 168º 0.6% 0.16% -
HSV(B) 168º 0.75% 0.26% -
XYZ 2.98 4.43 4.57 -
YUV 50.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 17 67 57 0.75 0 0.15 0.74 168 0.6 0.16
Hex 11 43 39 4B 0 F 4A A8 3C 10
Octal 21 103 71 113 0 17 112 250 74 20
Binary 10001 1000011 111001 1001011 0 1111 1001010 10101000 111100 10000

Color Harmonies of #114339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114339

Black with #114339

Text Example


Text Example

White with #114339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114339; }

 p { color: rgb(17,67,57); }

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

background-color css

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

 a { background-color: rgb(17,67,57); }

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

border-color css

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

 span { border-color: rgb(17,67,57); }

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