Html Css Color HEX #12847F Teal

📋 copy color: '#12847F'

red 18 ◦ green 132 ◦ blue 127

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

Shades of Teal #12847F

Tints of Teal #12847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.85%

R = 6.5%
G = 47.65%
B = 45.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#12847F (or 0x12847F) is known color: Teal. HEX triplet: 12, 84 and 7F. RGB value is (18,132,127). Sum of RGB (Red+Green+Blue) = 18+132+127=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #12847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12847F is #ED7B80. Grayscale: #616161. Windows color (decimal): -15563649 or 8356882. OLE color: 8356882.

HSL color Cylindrical-coordinate representation of color #12847F: hue angle of 177.37º 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 #12847F is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 127 -
CMYK 0.86 0 0.04 0.48
HSL 177.37º 0.76% 0.29% -
HSV(B) 177.37º 0.86% 0.52% -
XYZ 12.33 18.16 22.93 -
YUV 97.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 18 132 127 0.86 0 0.04 0.48 177.37 0.76 0.29
Hex 12 84 7F 56 0 4 30 B1 4C 1D
Octal 22 204 177 126 0 4 60 261 114 35
Binary 10010 10000100 1111111 1010110 0 100 110000 10110001 1001100 11101

Color Harmonies of #12847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12847F

Black with #12847F

Text Example


Text Example

White with #12847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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