Html Css Color HEX #138583 Teal

📋 copy color: '#138583'

red 19 ◦ green 133 ◦ blue 131

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

Shades of Teal #138583

Tints of Teal #138583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 6.71%
G = 47%
B = 46.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#138583 (or 0x138583) is known color: Teal. HEX triplet: 13, 85 and 83. RGB value is (19,133,131). Sum of RGB (Red+Green+Blue) = 19+133+131=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #138583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138583 is #EC7A7C. Grayscale: #626262. Windows color (decimal): -15497853 or 8619283. OLE color: 8619283.

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

Color convert

RGB 19 133 131 -
CMYK 0.86 0 0.02 0.48
HSL 178.95º 0.75% 0.3% -
HSV(B) 178.95º 0.86% 0.52% -
XYZ 12.75 18.55 24.38 -
YUV 98.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 19 133 131 0.86 0 0.02 0.48 178.95 0.75 0.3
Hex 13 85 83 56 0 2 30 B3 4B 1E
Octal 23 205 203 126 0 2 60 263 113 36
Binary 10011 10000101 10000011 1010110 0 10 110000 10110011 1001011 11110

Color Harmonies of #138583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138583

Black with #138583

Text Example


Text Example

White with #138583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138583; }

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

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

background-color css

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

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

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

border-color css

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

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

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