Html Css Color HEX #008386 Teal

📋 copy color: '#008386'

red 0 ◦ green 131 ◦ blue 134

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

Shades of Teal #008386

Tints of Teal #008386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.57%

R = 0%
G = 49.43%
B = 50.57%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#008386 (or 0x008386) is known color: Teal. HEX triplet: 00, 83 and 86. RGB value is (0,131,134). Sum of RGB (Red+Green+Blue) = 0+131+134=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #008386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008386 is #FF7C79. Grayscale: #5C5C5C. Windows color (decimal): -16743546 or 8815360. OLE color: 8815360.

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

Color convert

RGB 0 131 134 -
CMYK 1 0.02 0 0.47
HSL 181.34º 1% 0.26% -
HSV(B) 181.34º 1% 0.53% -
XYZ 12.42 17.95 25.37 -
YUV 92.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 0 131 134 1 0.02 0 0.47 181.34 1 0.26
Hex 0 83 86 64 2 0 2F B5 64 1A
Octal 0 203 206 144 2 0 57 265 144 32
Binary 0 10000011 10000110 1100100 10 0 101111 10110101 1100100 11010

Color Harmonies of #008386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008386

Black with #008386

Text Example


Text Example

White with #008386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008386; }

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

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

background-color css

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

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

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

border-color css

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

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

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