Html Css Color HEX #134F3F Deep Teal

📋 copy color: '#134F3F'

red 19 ◦ green 79 ◦ blue 63

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

Shades of Deep Teal #134F3F

Tints of Deep Teal #134F3F

RGB

 RED value IS 19 (7.81% from 255) = 11.8%

 GREEN value IS 79 (31.25% from 255) = 49.07%

 BLUE value IS 63 (25% from 255) = 39.13%

R = 11.8%
G = 49.07%
B = 39.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#134F3F (or 0x134F3F) is known color: Deep Teal. HEX triplet: 13, 4F and 3F. RGB value is (19,79,63). Sum of RGB (Red+Green+Blue) = 19+79+63=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #134F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F3F is #ECB0C0. Grayscale: #3B3B3B. Windows color (decimal): -15511745 or 4149011. OLE color: 4149011.

HSL color Cylindrical-coordinate representation of color #134F3F: hue angle of 164º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F3F is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 63 -
CMYK 0.76 0 0.20 0.69
HSL 164º 0.61% 0.19% -
HSV(B) 164º 0.76% 0.31% -
XYZ 3.96 6.09 5.67 -
YUV 59.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 19 79 63 0.76 0 0.20 0.69 164 0.61 0.19
Hex 13 4F 3F 4C 0 14 45 A4 3D 13
Octal 23 117 77 114 0 24 105 244 75 23
Binary 10011 1001111 111111 1001100 0 10100 1000101 10100100 111101 10011

Color Harmonies of #134F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F3F

Black with #134F3F

Text Example


Text Example

White with #134F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F3F; }

 p { color: rgb(19,79,63); }

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

background-color css

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

 a { background-color: rgb(19,79,63); }

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

border-color css

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

 span { border-color: rgb(19,79,63); }

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