Html Css Color HEX #148281 Teal

📋 copy color: '#148281'

red 20 ◦ green 130 ◦ blue 129

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

Shades of Teal #148281

Tints of Teal #148281

RGB

 RED value IS 20 (8.2% from 255) = 7.17%

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

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 7.17%
G = 46.59%
B = 46.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#148281 (or 0x148281) is known color: Teal. HEX triplet: 14, 82 and 81. RGB value is (20,130,129). Sum of RGB (Red+Green+Blue) = 20+130+129=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #148281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148281 is #EB7D7E. Grayscale: #606060. Windows color (decimal): -15433087 or 8487444. OLE color: 8487444.

HSL color Cylindrical-coordinate representation of color #148281: hue angle of 179.45º degrees, saturation: 0.73, 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 #148281 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 129 -
CMYK 0.85 0 0.01 0.49
HSL 179.45º 0.73% 0.29% -
HSV(B) 179.45º 0.85% 0.51% -
XYZ 12.23 17.7 23.54 -
YUV 97 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 20 130 129 0.85 0 0.01 0.49 179.45 0.73 0.29
Hex 14 82 81 55 0 1 31 B3 49 1D
Octal 24 202 201 125 0 1 61 263 111 35
Binary 10100 10000010 10000001 1010101 0 1 110001 10110011 1001001 11101

Color Harmonies of #148281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148281

Black with #148281

Text Example


Text Example

White with #148281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148281; }

 p { color: rgb(20,130,129); }

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

background-color css

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

 a { background-color: rgb(20,130,129); }

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

border-color css

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

 span { border-color: rgb(20,130,129); }

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