Html Css Color HEX #135145 Deep Teal

📋 copy color: '#135145'

red 19 ◦ green 81 ◦ blue 69

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

Shades of Deep Teal #135145

Tints of Deep Teal #135145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

 BLUE value IS 69 (27.34% from 255) = 40.83%

R = 11.24%
G = 47.93%
B = 40.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#135145 (or 0x135145) is known color: Deep Teal. HEX triplet: 13, 51 and 45. RGB value is (19,81,69). Sum of RGB (Red+Green+Blue) = 19+81+69=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #135145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135145 is #ECAEBA. Grayscale: #3D3D3D. Windows color (decimal): -15511227 or 4542739. OLE color: 4542739.

HSL color Cylindrical-coordinate representation of color #135145: hue angle of 168.39º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135145 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 69 -
CMYK 0.77 0 0.15 0.68
HSL 168.39º 0.62% 0.2% -
HSV(B) 168.39º 0.77% 0.32% -
XYZ 4.29 6.45 6.65 -
YUV 61.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 19 81 69 0.77 0 0.15 0.68 168.39 0.62 0.2
Hex 13 51 45 4D 0 F 44 A8 3E 14
Octal 23 121 105 115 0 17 104 250 76 24
Binary 10011 1010001 1000101 1001101 0 1111 1000100 10101000 111110 10100

Color Harmonies of #135145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135145

Black with #135145

Text Example


Text Example

White with #135145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135145; }

 p { color: rgb(19,81,69); }

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

background-color css

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

 a { background-color: rgb(19,81,69); }

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

border-color css

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

 span { border-color: rgb(19,81,69); }

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