Html Css Color HEX #12827E Teal

📋 copy color: '#12827E'

red 18 ◦ green 130 ◦ blue 126

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

Shades of Teal #12827E

Tints of Teal #12827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.45%

 BLUE value IS 126 (49.61% from 255) = 45.99%

R = 6.57%
G = 47.45%
B = 45.99%

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

#12827E (or 0x12827E) is known color: Teal. HEX triplet: 12, 82 and 7E. RGB value is (18,130,126). Sum of RGB (Red+Green+Blue) = 18+130+126=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #12827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12827E is #ED7D81. Grayscale: #5F5F5F. Windows color (decimal): -15564162 or 8290834. OLE color: 8290834.

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

Color convert

RGB 18 130 126 -
CMYK 0.86 0 0.03 0.49
HSL 177.86º 0.76% 0.29% -
HSV(B) 177.86º 0.86% 0.51% -
XYZ 12 17.6 22.5 -
YUV 96.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 18 130 126 0.86 0 0.03 0.49 177.86 0.76 0.29
Hex 12 82 7E 56 0 3 31 B2 4C 1D
Octal 22 202 176 126 0 3 61 262 114 35
Binary 10010 10000010 1111110 1010110 0 11 110001 10110010 1001100 11101

Color Harmonies of #12827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12827E

Black with #12827E

Text Example


Text Example

White with #12827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12827E; }

 p { color: rgb(18,130,126); }

 H1.HeaderClassName
 {
   color: #12827E;
 }
 .AnyTagClassName
 {
   color: #12827E;
 }
</style>

background-color css

<style>
 a { background-color: #12827E; }

 a { background-color: rgb(18,130,126); }

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

border-color css

<style>
 span { border-color: #12827E; }

 span { border-color: rgb(18,130,126); }

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