Html Css Color HEX #138283 Teal

📋 copy color: '#138283'

red 19 ◦ green 130 ◦ blue 131

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

Shades of Teal #138283

Tints of Teal #138283

RGB

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

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

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

R = 6.79%
G = 46.43%
B = 46.79%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#138283 (or 0x138283) is known color: Teal. HEX triplet: 13, 82 and 83. RGB value is (19,130,131). Sum of RGB (Red+Green+Blue) = 19+130+131=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #138283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138283 is #EC7D7C. Grayscale: #606060. Windows color (decimal): -15498621 or 8618515. OLE color: 8618515.

HSL color Cylindrical-coordinate representation of color #138283: hue angle of 180.54º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138283 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 131 -
CMYK 0.85 0.01 0 0.49
HSL 180.54º 0.75% 0.29% -
HSV(B) 180.54º 0.85% 0.51% -
XYZ 12.35 17.74 24.25 -
YUV 96.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 19 130 131 0.85 0.01 0 0.49 180.54 0.75 0.29
Hex 13 82 83 55 1 0 31 B5 4B 1D
Octal 23 202 203 125 1 0 61 265 113 35
Binary 10011 10000010 10000011 1010101 1 0 110001 10110101 1001011 11101

Color Harmonies of #138283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138283

Black with #138283

Text Example


Text Example

White with #138283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138283; }

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

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

background-color css

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

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

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

border-color css

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

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

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