Html Css Color HEX #12827F Teal

📋 copy color: '#12827F'

red 18 ◦ green 130 ◦ blue 127

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

Shades of Teal #12827F

Tints of Teal #12827F

RGB

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

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

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

R = 6.55%
G = 47.27%
B = 46.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#12827F (or 0x12827F) is known color: Teal. HEX triplet: 12, 82 and 7F. RGB value is (18,130,127). Sum of RGB (Red+Green+Blue) = 18+130+127=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #12827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12827F is #ED7D80. Grayscale: #606060. Windows color (decimal): -15564161 or 8356370. OLE color: 8356370.

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

Color convert

RGB 18 130 127 -
CMYK 0.86 0 0.02 0.49
HSL 178.39º 0.76% 0.29% -
HSV(B) 178.39º 0.86% 0.51% -
XYZ 12.06 17.63 22.85 -
YUV 96.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 18 130 127 0.86 0 0.02 0.49 178.39 0.76 0.29
Hex 12 82 7F 56 0 2 31 B2 4C 1D
Octal 22 202 177 126 0 2 61 262 114 35
Binary 10010 10000010 1111111 1010110 0 10 110001 10110010 1001100 11101

Color Harmonies of #12827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12827F

Black with #12827F

Text Example


Text Example

White with #12827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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