Html Css Color HEX #128783 Teal

📋 copy color: '#128783'

red 18 ◦ green 135 ◦ blue 131

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

Shades of Teal #128783

Tints of Teal #128783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.54%

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

R = 6.34%
G = 47.54%
B = 46.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#128783 (or 0x128783) is known color: Teal. HEX triplet: 12, 87 and 83. RGB value is (18,135,131). Sum of RGB (Red+Green+Blue) = 18+135+131=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #128783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128783 is #ED787C. Grayscale: #636363. Windows color (decimal): -15562877 or 8619794. OLE color: 8619794.

HSL color Cylindrical-coordinate representation of color #128783: hue angle of 177.95º 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 #128783 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 131 -
CMYK 0.87 0 0.03 0.47
HSL 177.95º 0.76% 0.3% -
HSV(B) 177.95º 0.87% 0.53% -
XYZ 13.01 19.1 24.47 -
YUV 99.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 18 135 131 0.87 0 0.03 0.47 177.95 0.76 0.3
Hex 12 87 83 57 0 3 2F B2 4C 1E
Octal 22 207 203 127 0 3 57 262 114 36
Binary 10010 10000111 10000011 1010111 0 11 101111 10110010 1001100 11110

Color Harmonies of #128783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128783

Black with #128783

Text Example


Text Example

White with #128783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128783; }

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

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

background-color css

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

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

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

border-color css

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

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

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