Html Css Color HEX #138185 Teal

📋 copy color: '#138185'

red 19 ◦ green 129 ◦ blue 133

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

Shades of Teal #138185

Tints of Teal #138185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 6.76%
G = 45.91%
B = 47.33%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#138185 (or 0x138185) is known color: Teal. HEX triplet: 13, 81 and 85. RGB value is (19,129,133). Sum of RGB (Red+Green+Blue) = 19+129+133=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #138185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138185 is #EC7E7A. Grayscale: #606060. Windows color (decimal): -15498875 or 8749331. OLE color: 8749331.

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

Color convert

RGB 19 129 133 -
CMYK 0.86 0.03 0 0.48
HSL 182.11º 0.75% 0.3% -
HSV(B) 182.11º 0.86% 0.52% -
XYZ 12.35 17.53 24.92 -
YUV 96.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 19 129 133 0.86 0.03 0 0.48 182.11 0.75 0.3
Hex 13 81 85 56 3 0 30 B6 4B 1E
Octal 23 201 205 126 3 0 60 266 113 36
Binary 10011 10000001 10000101 1010110 11 0 110000 10110110 1001011 11110

Color Harmonies of #138185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138185

Black with #138185

Text Example


Text Example

White with #138185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138185; }

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

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

background-color css

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

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

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

border-color css

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

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

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