Html Css Color HEX #135045 Deep Teal

📋 copy color: '#135045'

red 19 ◦ green 80 ◦ blue 69

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

Shades of Deep Teal #135045

Tints of Deep Teal #135045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

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

R = 11.31%
G = 47.62%
B = 41.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#135045 (or 0x135045) is known color: Deep Teal. HEX triplet: 13, 50 and 45. RGB value is (19,80,69). Sum of RGB (Red+Green+Blue) = 19+80+69=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #135045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135045 is #ECAFBA. Grayscale: #3C3C3C. Windows color (decimal): -15511483 or 4542483. OLE color: 4542483.

HSL color Cylindrical-coordinate representation of color #135045: hue angle of 169.18º degrees, saturation: 0.62, 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 #135045 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 69 -
CMYK 0.76 0 0.14 0.69
HSL 169.18º 0.62% 0.19% -
HSV(B) 169.18º 0.76% 0.31% -
XYZ 4.21 6.31 6.63 -
YUV 60.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 19 80 69 0.76 0 0.14 0.69 169.18 0.62 0.19
Hex 13 50 45 4C 0 E 45 A9 3E 13
Octal 23 120 105 114 0 16 105 251 76 23
Binary 10011 1010000 1000101 1001100 0 1110 1000101 10101001 111110 10011

Color Harmonies of #135045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135045

Black with #135045

Text Example


Text Example

White with #135045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135045; }

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

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

background-color css

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

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

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

border-color css

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

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

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