Html Css Color HEX #008380 Teal

📋 copy color: '#008380'

red 0 ◦ green 131 ◦ blue 128

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

Shades of Teal #008380

Tints of Teal #008380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.42%

R = 0%
G = 50.58%
B = 49.42%

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

#008380 (or 0x008380) is known color: Teal. HEX triplet: 00, 83 and 80. RGB value is (0,131,128). Sum of RGB (Red+Green+Blue) = 0+131+128=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #008380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008380 is #FF7C7F. Grayscale: #5B5B5B. Windows color (decimal): -16743552 or 8422144. OLE color: 8422144.

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

Color convert

RGB 0 131 128 -
CMYK 1 0 0.02 0.49
HSL 178.63º 1% 0.26% -
HSV(B) 178.63º 1% 0.51% -
XYZ 12.01 17.79 23.22 -
YUV 91.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 0 131 128 1 0 0.02 0.49 178.63 1 0.26
Hex 0 83 80 64 0 2 31 B3 64 1A
Octal 0 203 200 144 0 2 61 263 144 32
Binary 0 10000011 10000000 1100100 0 10 110001 10110011 1100100 11010

Color Harmonies of #008380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008380

Black with #008380

Text Example


Text Example

White with #008380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008380; }

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

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

background-color css

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

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

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

border-color css

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

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

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