Html Css Color HEX #148185 Teal

📋 copy color: '#148185'

red 20 ◦ green 129 ◦ blue 133

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

Shades of Teal #148185

Tints of Teal #148185

RGB

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

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

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

R = 7.09%
G = 45.74%
B = 47.16%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#148185 (or 0x148185) is known color: Teal. HEX triplet: 14, 81 and 85. RGB value is (20,129,133). Sum of RGB (Red+Green+Blue) = 20+129+133=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #148185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148185 is #EB7E7A. Grayscale: #606060. Windows color (decimal): -15433339 or 8749332. OLE color: 8749332.

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

Color convert

RGB 20 129 133 -
CMYK 0.85 0.03 0 0.48
HSL 182.12º 0.74% 0.3% -
HSV(B) 182.12º 0.85% 0.52% -
XYZ 12.37 17.54 24.92 -
YUV 96.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 20 129 133 0.85 0.03 0 0.48 182.12 0.74 0.3
Hex 14 81 85 55 3 0 30 B6 4A 1E
Octal 24 201 205 125 3 0 60 266 112 36
Binary 10100 10000001 10000101 1010101 11 0 110000 10110110 1001010 11110

Color Harmonies of #148185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148185

Black with #148185

Text Example


Text Example

White with #148185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148185; }

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

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

background-color css

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

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

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

border-color css

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

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

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