Html Css Color HEX #148384 Teal

📋 copy color: '#148384'

red 20 ◦ green 131 ◦ blue 132

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

Shades of Teal #148384

Tints of Teal #148384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 7.07%
G = 46.29%
B = 46.64%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#148384 (or 0x148384) is known color: Teal. HEX triplet: 14, 83 and 84. RGB value is (20,131,132). Sum of RGB (Red+Green+Blue) = 20+131+132=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #148384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148384 is #EB7C7B. Grayscale: #616161. Windows color (decimal): -15432828 or 8684308. OLE color: 8684308.

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

Color convert

RGB 20 131 132 -
CMYK 0.85 0.01 0 0.48
HSL 180.54º 0.74% 0.3% -
HSV(B) 180.54º 0.85% 0.52% -
XYZ 12.57 18.05 24.65 -
YUV 97.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 20 131 132 0.85 0.01 0 0.48 180.54 0.74 0.3
Hex 14 83 84 55 1 0 30 B5 4A 1E
Octal 24 203 204 125 1 0 60 265 112 36
Binary 10100 10000011 10000100 1010101 1 0 110000 10110101 1001010 11110

Color Harmonies of #148384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148384

Black with #148384

Text Example


Text Example

White with #148384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148384; }

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

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

background-color css

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

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

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

border-color css

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

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

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