Html Css Color HEX #12837B Teal

📋 copy color: '#12837B'

red 18 ◦ green 131 ◦ blue 123

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

Shades of Teal #12837B

Tints of Teal #12837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.22%

R = 6.62%
G = 48.16%
B = 45.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#12837B (or 0x12837B) is known color: Teal. HEX triplet: 12, 83 and 7B. RGB value is (18,131,123). Sum of RGB (Red+Green+Blue) = 18+131+123=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #12837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12837B is #ED7C84. Grayscale: #606060. Windows color (decimal): -15563909 or 8094482. OLE color: 8094482.

HSL color Cylindrical-coordinate representation of color #12837B: hue angle of 175.75º 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 #12837B is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 123 -
CMYK 0.86 0 0.06 0.49
HSL 175.75º 0.76% 0.29% -
HSV(B) 175.75º 0.86% 0.51% -
XYZ 11.94 17.79 21.54 -
YUV 96.3 143.06 72.15 -
System Red Green Blue C M Y K H S L
Decimal 18 131 123 0.86 0 0.06 0.49 175.75 0.76 0.29
Hex 12 83 7B 56 0 6 31 B0 4C 1D
Octal 22 203 173 126 0 6 61 260 114 35
Binary 10010 10000011 1111011 1010110 0 110 110001 10110000 1001100 11101

Color Harmonies of #12837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12837B

Black with #12837B

Text Example


Text Example

White with #12837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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