Html Css Color HEX #138783 Teal

📋 copy color: '#138783'

red 19 ◦ green 135 ◦ blue 131

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

Shades of Teal #138783

Tints of Teal #138783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 6.67%
G = 47.37%
B = 45.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#138783 (or 0x138783) is known color: Teal. HEX triplet: 13, 87 and 83. RGB value is (19,135,131). Sum of RGB (Red+Green+Blue) = 19+135+131=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #138783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138783 is #EC787C. Grayscale: #636363. Windows color (decimal): -15497341 or 8619795. OLE color: 8619795.

HSL color Cylindrical-coordinate representation of color #138783: hue angle of 177.93º 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 #138783 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 131 -
CMYK 0.86 0 0.03 0.47
HSL 177.93º 0.75% 0.3% -
HSV(B) 177.93º 0.86% 0.53% -
XYZ 13.03 19.11 24.47 -
YUV 99.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 19 135 131 0.86 0 0.03 0.47 177.93 0.75 0.3
Hex 13 87 83 56 0 3 2F B2 4B 1E
Octal 23 207 203 126 0 3 57 262 113 36
Binary 10011 10000111 10000011 1010110 0 11 101111 10110010 1001011 11110

Color Harmonies of #138783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138783

Black with #138783

Text Example


Text Example

White with #138783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138783; }

 p { color: rgb(19,135,131); }

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

background-color css

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

 a { background-color: rgb(19,135,131); }

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

border-color css

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

 span { border-color: rgb(19,135,131); }

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