Html Css Color HEX #134135 Deep Teal

📋 copy color: '#134135'

red 19 ◦ green 65 ◦ blue 53

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

Shades of Deep Teal #134135

Tints of Deep Teal #134135

RGB

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

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

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

R = 13.87%
G = 47.45%
B = 38.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#134135 (or 0x134135) is known color: Deep Teal. HEX triplet: 13, 41 and 35. RGB value is (19,65,53). Sum of RGB (Red+Green+Blue) = 19+65+53=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #134135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134135 is #ECBECA. Grayscale: #313131. Windows color (decimal): -15515339 or 3490067. OLE color: 3490067.

HSL color Cylindrical-coordinate representation of color #134135: hue angle of 164.35º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134135 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 53 -
CMYK 0.71 0 0.18 0.75
HSL 164.35º 0.55% 0.16% -
HSV(B) 164.35º 0.71% 0.25% -
XYZ 2.8 4.18 4.03 -
YUV 49.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 19 65 53 0.71 0 0.18 0.75 164.35 0.55 0.16
Hex 13 41 35 47 0 12 4B A4 37 10
Octal 23 101 65 107 0 22 113 244 67 20
Binary 10011 1000001 110101 1000111 0 10010 1001011 10100100 110111 10000

Color Harmonies of #134135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134135

Black with #134135

Text Example


Text Example

White with #134135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134135; }

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

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

background-color css

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

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

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

border-color css

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

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

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