#008283

Color #008283 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #008283

Tints of Teal #008283

Color information

#008283 (or 0x008283) is unknown color: approx Teal. HEX triplet: 00, 82 and 83. RGB value is (0,130,131). Sum of RGB (Red+Green+Blue) = 0+130+131=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #008283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008283 is #FF7D7C. Grayscale: #5B5B5B. Windows color (decimal): -16743805 or 8618496. OLE color: 8618496.

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

Color convert

RGB0130131-
CMYK10.0100.49
HSL180.46º100%25.69%-
HSV(B)180.46º100%51.37%-
XYZ12.0817.624.23-
YUV91.24150.4362.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=0%
G=49.81%
B=50.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013013110.0100.49180.4610025.69
Hex08283641031b4641a
Octal0202203144106126414432
Binary0100000101000001111001001011000110110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008283; }

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

 H1.HeaderClassName
 {
   color: #008283;
 }
 .AnyTagClassName
 {
   color: #008283;
 }
</style>
background-color css

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

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

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

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

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

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