Html Css Color HEX #008384 Teal

📋 copy color: '#008384'

red 0 ◦ green 131 ◦ blue 132

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

Shades of Teal #008384

Tints of Teal #008384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.19%

R = 0%
G = 49.81%
B = 50.19%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#008384 (or 0x008384) is known color: Teal. HEX triplet: 00, 83 and 84. RGB value is (0,131,132). Sum of RGB (Red+Green+Blue) = 0+131+132=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #008384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008384 is #FF7C7B. Grayscale: #5B5B5B. Windows color (decimal): -16743548 or 8684288. OLE color: 8684288.

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

Color convert

RGB 0 131 132 -
CMYK 1 0.01 0 0.48
HSL 180.45º 1% 0.26% -
HSV(B) 180.45º 1% 0.52% -
XYZ 12.28 17.9 24.64 -
YUV 91.95 150.6 62.42 -
System Red Green Blue C M Y K H S L
Decimal 0 131 132 1 0.01 0 0.48 180.45 1 0.26
Hex 0 83 84 64 1 0 30 B4 64 1A
Octal 0 203 204 144 1 0 60 264 144 32
Binary 0 10000011 10000100 1100100 1 0 110000 10110100 1100100 11010

Color Harmonies of #008384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008384

Black with #008384

Text Example


Text Example

White with #008384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008384; }

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

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

background-color css

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

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

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

border-color css

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

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

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