Html Css Color HEX #008381 Teal

📋 copy color: '#008381'

red 0 ◦ green 131 ◦ blue 129

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

Shades of Teal #008381

Tints of Teal #008381

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 50.38%
B = 49.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#008381 (or 0x008381) is known color: Teal. HEX triplet: 00, 83 and 81. RGB value is (0,131,129). Sum of RGB (Red+Green+Blue) = 0+131+129=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #008381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008381 is #FF7C7E. Grayscale: #5B5B5B. Windows color (decimal): -16743551 or 8487680. OLE color: 8487680.

HSL color Cylindrical-coordinate representation of color #008381: hue angle of 179.08º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008381 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 131 129 -
CMYK 1 0 0.02 0.49
HSL 179.08º 1% 0.26% -
HSV(B) 179.08º 1% 0.51% -
XYZ 12.08 17.82 23.57 -
YUV 91.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 0 131 129 1 0 0.02 0.49 179.08 1 0.26
Hex 0 83 81 64 0 2 31 B3 64 1A
Octal 0 203 201 144 0 2 61 263 144 32
Binary 0 10000011 10000001 1100100 0 10 110001 10110011 1100100 11010

Color Harmonies of #008381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008381

Black with #008381

Text Example


Text Example

White with #008381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008381; }

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

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

background-color css

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

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

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

border-color css

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

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

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