Html Css Color HEX #12837F Teal

📋 copy color: '#12837F'

red 18 ◦ green 131 ◦ blue 127

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

Shades of Teal #12837F

Tints of Teal #12837F

RGB

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

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

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

R = 6.52%
G = 47.46%
B = 46.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#12837F (or 0x12837F) is known color: Teal. HEX triplet: 12, 83 and 7F. RGB value is (18,131,127). Sum of RGB (Red+Green+Blue) = 18+131+127=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #12837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12837F is #ED7C80. Grayscale: #606060. Windows color (decimal): -15563905 or 8356626. OLE color: 8356626.

HSL color Cylindrical-coordinate representation of color #12837F: hue angle of 177.88º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12837F is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 127 -
CMYK 0.86 0 0.03 0.49
HSL 177.88º 0.76% 0.29% -
HSV(B) 177.88º 0.86% 0.51% -
XYZ 12.2 17.89 22.89 -
YUV 96.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 18 131 127 0.86 0 0.03 0.49 177.88 0.76 0.29
Hex 12 83 7F 56 0 3 31 B2 4C 1D
Octal 22 203 177 126 0 3 61 262 114 35
Binary 10010 10000011 1111111 1010110 0 11 110001 10110010 1001100 11101

Color Harmonies of #12837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12837F

Black with #12837F

Text Example


Text Example

White with #12837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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