Html Css Color HEX #128381 Teal

📋 copy color: '#128381'

red 18 ◦ green 131 ◦ blue 129

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

Shades of Teal #128381

Tints of Teal #128381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.12%

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

R = 6.47%
G = 47.12%
B = 46.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#128381 (or 0x128381) is known color: Teal. HEX triplet: 12, 83 and 81. RGB value is (18,131,129). Sum of RGB (Red+Green+Blue) = 18+131+129=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #128381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128381 is #ED7C7E. Grayscale: #606060. Windows color (decimal): -15563903 or 8487698. OLE color: 8487698.

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

Color convert

RGB 18 131 129 -
CMYK 0.86 0 0.02 0.49
HSL 178.94º 0.76% 0.29% -
HSV(B) 178.94º 0.86% 0.51% -
XYZ 12.33 17.95 23.58 -
YUV 96.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 18 131 129 0.86 0 0.02 0.49 178.94 0.76 0.29
Hex 12 83 81 56 0 2 31 B3 4C 1D
Octal 22 203 201 126 0 2 61 263 114 35
Binary 10010 10000011 10000001 1010110 0 10 110001 10110011 1001100 11101

Color Harmonies of #128381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128381

Black with #128381

Text Example


Text Example

White with #128381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128381; }

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

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

background-color css

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

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

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

border-color css

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

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

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