Html Css Color HEX #12817C Teal

📋 copy color: '#12817C'

red 18 ◦ green 129 ◦ blue 124

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

Shades of Teal #12817C

Tints of Teal #12817C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 6.64%
G = 47.6%
B = 45.76%

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

#12817C (or 0x12817C) is known color: Teal. HEX triplet: 12, 81 and 7C. RGB value is (18,129,124). Sum of RGB (Red+Green+Blue) = 18+129+124=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #12817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12817C is #ED7E83. Grayscale: #5F5F5F. Windows color (decimal): -15564420 or 8159506. OLE color: 8159506.

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

Color convert

RGB 18 129 124 -
CMYK 0.86 0 0.04 0.49
HSL 177.3º 0.76% 0.29% -
HSV(B) 177.3º 0.86% 0.51% -
XYZ 11.74 17.28 21.79 -
YUV 95.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 18 129 124 0.86 0 0.04 0.49 177.3 0.76 0.29
Hex 12 81 7C 56 0 4 31 B1 4C 1D
Octal 22 201 174 126 0 4 61 261 114 35
Binary 10010 10000001 1111100 1010110 0 100 110001 10110001 1001100 11101

Color Harmonies of #12817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12817C

Black with #12817C

Text Example


Text Example

White with #12817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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