Html Css Color HEX #148783 Teal

📋 copy color: '#148783'

red 20 ◦ green 135 ◦ blue 131

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

Shades of Teal #148783

Tints of Teal #148783

RGB

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

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

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

R = 6.99%
G = 47.2%
B = 45.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#148783 (or 0x148783) is known color: Teal. HEX triplet: 14, 87 and 83. RGB value is (20,135,131). Sum of RGB (Red+Green+Blue) = 20+135+131=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #148783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148783 is #EB787C. Grayscale: #646464. Windows color (decimal): -15431805 or 8619796. OLE color: 8619796.

HSL color Cylindrical-coordinate representation of color #148783: hue angle of 177.91º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148783 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 131 -
CMYK 0.85 0 0.03 0.47
HSL 177.91º 0.74% 0.3% -
HSV(B) 177.91º 0.85% 0.53% -
XYZ 13.05 19.12 24.47 -
YUV 100.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 20 135 131 0.85 0 0.03 0.47 177.91 0.74 0.3
Hex 14 87 83 55 0 3 2F B2 4A 1E
Octal 24 207 203 125 0 3 57 262 112 36
Binary 10100 10000111 10000011 1010101 0 11 101111 10110010 1001010 11110

Color Harmonies of #148783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148783

Black with #148783

Text Example


Text Example

White with #148783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148783; }

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

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

background-color css

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

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

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

border-color css

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

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

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