Html Css Color HEX #008483 Teal

📋 copy color: '#008483'

red 0 ◦ green 132 ◦ blue 131

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

Shades of Teal #008483

Tints of Teal #008483

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 0 132 131 -
CMYK 1 0 0.01 0.48
HSL 179.55º 1% 0.26% -
HSV(B) 179.55º 1% 0.52% -
XYZ 12.35 18.14 24.32 -
YUV 92.42 149.77 62.08 -
System Red Green Blue C M Y K H S L
Decimal 0 132 131 1 0 0.01 0.48 179.55 1 0.26
Hex 0 84 83 64 0 1 30 B4 64 1A
Octal 0 204 203 144 0 1 60 264 144 32
Binary 0 10000100 10000011 1100100 0 1 110000 10110100 1100100 11010

Color Harmonies of #008483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008483

Black with #008483

Text Example


Text Example

White with #008483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008483; }

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

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

background-color css

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

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

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

border-color css

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

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

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