Html Css Color HEX #128085 Teal

📋 copy color: '#128085'

red 18 ◦ green 128 ◦ blue 133

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

Shades of Teal #128085

Tints of Teal #128085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 6.45%
G = 45.88%
B = 47.67%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#128085 (or 0x128085) is known color: Teal. HEX triplet: 12, 80 and 85. RGB value is (18,128,133). Sum of RGB (Red+Green+Blue) = 18+128+133=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #128085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128085 is #ED7F7A. Grayscale: #5F5F5F. Windows color (decimal): -15564667 or 8749074. OLE color: 8749074.

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

Color convert

RGB 18 128 133 -
CMYK 0.86 0.04 0 0.48
HSL 182.61º 0.76% 0.3% -
HSV(B) 182.61º 0.86% 0.52% -
XYZ 12.2 17.26 24.88 -
YUV 95.68 149.06 72.59 -
System Red Green Blue C M Y K H S L
Decimal 18 128 133 0.86 0.04 0 0.48 182.61 0.76 0.3
Hex 12 80 85 56 4 0 30 B7 4C 1E
Octal 22 200 205 126 4 0 60 267 114 36
Binary 10010 10000000 10000101 1010110 100 0 110000 10110111 1001100 11110

Color Harmonies of #128085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128085

Black with #128085

Text Example


Text Example

White with #128085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128085; }

 p { color: rgb(18,128,133); }

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

background-color css

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

 a { background-color: rgb(18,128,133); }

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

border-color css

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

 span { border-color: rgb(18,128,133); }

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