Html Css Color HEX #12817F Teal

📋 copy color: '#12817F'

red 18 ◦ green 129 ◦ blue 127

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

Shades of Teal #12817F

Tints of Teal #12817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

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

R = 6.57%
G = 47.08%
B = 46.35%

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

#12817F (or 0x12817F) is known color: Teal. HEX triplet: 12, 81 and 7F. RGB value is (18,129,127). Sum of RGB (Red+Green+Blue) = 18+129+127=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #12817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12817F is #ED7E80. Grayscale: #5F5F5F. Windows color (decimal): -15564417 or 8356114. OLE color: 8356114.

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

Color convert

RGB 18 129 127 -
CMYK 0.86 0 0.02 0.49
HSL 178.92º 0.76% 0.29% -
HSV(B) 178.92º 0.86% 0.51% -
XYZ 11.93 17.36 22.8 -
YUV 95.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 18 129 127 0.86 0 0.02 0.49 178.92 0.76 0.29
Hex 12 81 7F 56 0 2 31 B3 4C 1D
Octal 22 201 177 126 0 2 61 263 114 35
Binary 10010 10000001 1111111 1010110 0 10 110001 10110011 1001100 11101

Color Harmonies of #12817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12817F

Black with #12817F

Text Example


Text Example

White with #12817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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