Html Css Color HEX #12827D Teal

📋 copy color: '#12827D'

red 18 ◦ green 130 ◦ blue 125

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

Shades of Teal #12827D

Tints of Teal #12827D

RGB

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

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

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

R = 6.59%
G = 47.62%
B = 45.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#12827D (or 0x12827D) is known color: Teal. HEX triplet: 12, 82 and 7D. RGB value is (18,130,125). Sum of RGB (Red+Green+Blue) = 18+130+125=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #12827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12827D is #ED7D82. Grayscale: #5F5F5F. Windows color (decimal): -15564163 or 8225298. OLE color: 8225298.

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

Color convert

RGB 18 130 125 -
CMYK 0.86 0 0.04 0.49
HSL 177.32º 0.76% 0.29% -
HSV(B) 177.32º 0.86% 0.51% -
XYZ 11.93 17.57 22.17 -
YUV 95.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 18 130 125 0.86 0 0.04 0.49 177.32 0.76 0.29
Hex 12 82 7D 56 0 4 31 B1 4C 1D
Octal 22 202 175 126 0 4 61 261 114 35
Binary 10010 10000010 1111101 1010110 0 100 110001 10110001 1001100 11101

Color Harmonies of #12827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12827D

Black with #12827D

Text Example


Text Example

White with #12827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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