Html Css Color HEX #127882 Teal

📋 copy color: '#127882'

red 18 ◦ green 120 ◦ blue 130

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

Shades of Teal #127882

Tints of Teal #127882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 6.72%
G = 44.78%
B = 48.51%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127882 (or 0x127882) is known color: Teal. HEX triplet: 12, 78 and 82. RGB value is (18,120,130). Sum of RGB (Red+Green+Blue) = 18+120+130=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #127882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127882 is #ED877D. Grayscale: #5A5A5A. Windows color (decimal): -15566718 or 8550418. OLE color: 8550418.

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

Color convert

RGB 18 120 130 -
CMYK 0.86 0.08 0 0.49
HSL 185.36º 0.76% 0.29% -
HSV(B) 185.36º 0.86% 0.51% -
XYZ 11 15.17 23.47 -
YUV 90.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 18 120 130 0.86 0.08 0 0.49 185.36 0.76 0.29
Hex 12 78 82 56 8 0 31 B9 4C 1D
Octal 22 170 202 126 10 0 61 271 114 35
Binary 10010 1111000 10000010 1010110 1000 0 110001 10111001 1001100 11101

Color Harmonies of #127882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127882

Black with #127882

Text Example


Text Example

White with #127882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127882; }

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

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

background-color css

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

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

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

border-color css

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

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

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