Html Css Color HEX #12837D Teal

📋 copy color: '#12837D'

red 18 ◦ green 131 ◦ blue 125

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

Shades of Teal #12837D

Tints of Teal #12837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 6.57%
G = 47.81%
B = 45.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#12837D (or 0x12837D) is known color: Teal. HEX triplet: 12, 83 and 7D. RGB value is (18,131,125). Sum of RGB (Red+Green+Blue) = 18+131+125=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #12837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12837D is #ED7C82. Grayscale: #606060. Windows color (decimal): -15563907 or 8225554. OLE color: 8225554.

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

Color convert

RGB 18 131 125 -
CMYK 0.86 0 0.05 0.49
HSL 176.81º 0.76% 0.29% -
HSV(B) 176.81º 0.86% 0.51% -
XYZ 12.07 17.84 22.21 -
YUV 96.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 18 131 125 0.86 0 0.05 0.49 176.81 0.76 0.29
Hex 12 83 7D 56 0 5 31 B1 4C 1D
Octal 22 203 175 126 0 5 61 261 114 35
Binary 10010 10000011 1111101 1010110 0 101 110001 10110001 1001100 11101

Color Harmonies of #12837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12837D

Black with #12837D

Text Example


Text Example

White with #12837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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