Html Css Color HEX #128683 Teal

📋 copy color: '#128683'

red 18 ◦ green 134 ◦ blue 131

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

Shades of Teal #128683

Tints of Teal #128683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 6.36%
G = 47.35%
B = 46.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#128683 (or 0x128683) is known color: Teal. HEX triplet: 12, 86 and 83. RGB value is (18,134,131). Sum of RGB (Red+Green+Blue) = 18+134+131=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #128683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128683 is #ED797C. Grayscale: #626262. Windows color (decimal): -15563133 or 8619538. OLE color: 8619538.

HSL color Cylindrical-coordinate representation of color #128683: hue angle of 178.45º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128683 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 131 -
CMYK 0.87 0 0.02 0.47
HSL 178.45º 0.76% 0.3% -
HSV(B) 178.45º 0.87% 0.53% -
XYZ 12.87 18.82 24.43 -
YUV 98.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 18 134 131 0.87 0 0.02 0.47 178.45 0.76 0.3
Hex 12 86 83 57 0 2 2F B2 4C 1E
Octal 22 206 203 127 0 2 57 262 114 36
Binary 10010 10000110 10000011 1010111 0 10 101111 10110010 1001100 11110

Color Harmonies of #128683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128683

Black with #128683

Text Example


Text Example

White with #128683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128683; }

 p { color: rgb(18,134,131); }

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

background-color css

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

 a { background-color: rgb(18,134,131); }

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

border-color css

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

 span { border-color: rgb(18,134,131); }

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