Html Css Color HEX #127881 Teal

📋 copy color: '#127881'

red 18 ◦ green 120 ◦ blue 129

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

Shades of Teal #127881

Tints of Teal #127881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.94%

 BLUE value IS 129 (50.78% from 255) = 48.31%

R = 6.74%
G = 44.94%
B = 48.31%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127881 (or 0x127881) is known color: Teal. HEX triplet: 12, 78 and 81. RGB value is (18,120,129). Sum of RGB (Red+Green+Blue) = 18+120+129=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #127881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127881 is #ED877E. Grayscale: #5A5A5A. Windows color (decimal): -15566719 or 8484882. OLE color: 8484882.

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

Color convert

RGB 18 120 129 -
CMYK 0.86 0.07 0 0.49
HSL 184.86º 0.76% 0.29% -
HSV(B) 184.86º 0.86% 0.51% -
XYZ 10.93 15.15 23.12 -
YUV 90.53 149.71 76.27 -
System Red Green Blue C M Y K H S L
Decimal 18 120 129 0.86 0.07 0 0.49 184.86 0.76 0.29
Hex 12 78 81 56 7 0 31 B9 4C 1D
Octal 22 170 201 126 7 0 61 271 114 35
Binary 10010 1111000 10000001 1010110 111 0 110001 10111001 1001100 11101

Color Harmonies of #127881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127881

Black with #127881

Text Example


Text Example

White with #127881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127881; }

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

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

background-color css

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

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

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

border-color css

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

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

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