Html Css Color HEX #12847A Teal

📋 copy color: '#12847A'

red 18 ◦ green 132 ◦ blue 122

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

Shades of Teal #12847A

Tints of Teal #12847A

RGB

 RED value IS 18 (7.42% from 255) = 6.62%

 GREEN value IS 132 (51.95% from 255) = 48.53%

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 6.62%
G = 48.53%
B = 44.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#12847A (or 0x12847A) is known color: Teal. HEX triplet: 12, 84 and 7A. RGB value is (18,132,122). Sum of RGB (Red+Green+Blue) = 18+132+122=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #12847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12847A is #ED7B85. Grayscale: #606060. Windows color (decimal): -15563654 or 8029202. OLE color: 8029202.

HSL color Cylindrical-coordinate representation of color #12847A: hue angle of 174.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12847A is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 122 -
CMYK 0.86 0 0.08 0.48
HSL 174.74º 0.76% 0.29% -
HSV(B) 174.74º 0.86% 0.52% -
XYZ 12.01 18.04 21.26 -
YUV 96.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 18 132 122 0.86 0 0.08 0.48 174.74 0.76 0.29
Hex 12 84 7A 56 0 8 30 AF 4C 1D
Octal 22 204 172 126 0 10 60 257 114 35
Binary 10010 10000100 1111010 1010110 0 1000 110000 10101111 1001100 11101

Color Harmonies of #12847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12847A

Black with #12847A

Text Example


Text Example

White with #12847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12847A; }

 p { color: rgb(18,132,122); }

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

background-color css

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

 a { background-color: rgb(18,132,122); }

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

border-color css

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

 span { border-color: rgb(18,132,122); }

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