Html Css Color HEX #138288 Teal

📋 copy color: '#138288'

red 19 ◦ green 130 ◦ blue 136

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

Shades of Teal #138288

Tints of Teal #138288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 6.67%
G = 45.61%
B = 47.72%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#138288 (or 0x138288) is known color: Teal. HEX triplet: 13, 82 and 88. RGB value is (19,130,136). Sum of RGB (Red+Green+Blue) = 19+130+136=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #138288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138288 is #EC7D77. Grayscale: #616161. Windows color (decimal): -15498616 or 8946195. OLE color: 8946195.

HSL color Cylindrical-coordinate representation of color #138288: hue angle of 183.08º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138288 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 130 136 -
CMYK 0.86 0.04 0 0.47
HSL 183.08º 0.75% 0.3% -
HSV(B) 183.08º 0.86% 0.53% -
XYZ 12.7 17.88 26.07 -
YUV 97.5 149.73 72.01 -
System Red Green Blue C M Y K H S L
Decimal 19 130 136 0.86 0.04 0 0.47 183.08 0.75 0.3
Hex 13 82 88 56 4 0 2F B7 4B 1E
Octal 23 202 210 126 4 0 57 267 113 36
Binary 10011 10000010 10001000 1010110 100 0 101111 10110111 1001011 11110

Color Harmonies of #138288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138288

Black with #138288

Text Example


Text Example

White with #138288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138288; }

 p { color: rgb(19,130,136); }

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

background-color css

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

 a { background-color: rgb(19,130,136); }

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

border-color css

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

 span { border-color: rgb(19,130,136); }

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