Html Css Color HEX #12817D Teal

📋 copy color: '#12817D'

red 18 ◦ green 129 ◦ blue 125

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

Shades of Teal #12817D

Tints of Teal #12817D

RGB

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

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

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

R = 6.62%
G = 47.43%
B = 45.96%

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

#12817D (or 0x12817D) is known color: Teal. HEX triplet: 12, 81 and 7D. RGB value is (18,129,125). Sum of RGB (Red+Green+Blue) = 18+129+125=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #12817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12817D is #ED7E82. Grayscale: #5F5F5F. Windows color (decimal): -15564419 or 8225042. OLE color: 8225042.

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

Color convert

RGB 18 129 125 -
CMYK 0.86 0 0.03 0.49
HSL 177.84º 0.76% 0.29% -
HSV(B) 177.84º 0.86% 0.51% -
XYZ 11.8 17.31 22.12 -
YUV 95.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 18 129 125 0.86 0 0.03 0.49 177.84 0.76 0.29
Hex 12 81 7D 56 0 3 31 B2 4C 1D
Octal 22 201 175 126 0 3 61 262 114 35
Binary 10010 10000001 1111101 1010110 0 11 110001 10110010 1001100 11101

Color Harmonies of #12817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12817D

Black with #12817D

Text Example


Text Example

White with #12817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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