Html Css Color HEX #12847D Teal

📋 copy color: '#12847D'

red 18 ◦ green 132 ◦ blue 125

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

Shades of Teal #12847D

Tints of Teal #12847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

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

R = 6.55%
G = 48%
B = 45.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#12847D (or 0x12847D) is known color: Teal. HEX triplet: 12, 84 and 7D. RGB value is (18,132,125). Sum of RGB (Red+Green+Blue) = 18+132+125=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #12847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12847D is #ED7B82. Grayscale: #616161. Windows color (decimal): -15563651 or 8225810. OLE color: 8225810.

HSL color Cylindrical-coordinate representation of color #12847D: hue angle of 176.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12847D is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 125 -
CMYK 0.86 0 0.05 0.48
HSL 176.32º 0.76% 0.29% -
HSV(B) 176.32º 0.86% 0.52% -
XYZ 12.2 18.11 22.25 -
YUV 97.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 18 132 125 0.86 0 0.05 0.48 176.32 0.76 0.29
Hex 12 84 7D 56 0 5 30 B0 4C 1D
Octal 22 204 175 126 0 5 60 260 114 35
Binary 10010 10000100 1111101 1010110 0 101 110000 10110000 1001100 11101

Color Harmonies of #12847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12847D

Black with #12847D

Text Example


Text Example

White with #12847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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