Html Css Color HEX #008288 Teal

📋 copy color: '#008288'

red 0 ◦ green 130 ◦ blue 136

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

Shades of Teal #008288

Tints of Teal #008288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 136 (53.52% from 255) = 51.13%

R = 0%
G = 48.87%
B = 51.13%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#008288 (or 0x008288) is known color: Teal. HEX triplet: 00, 82 and 88. RGB value is (0,130,136). Sum of RGB (Red+Green+Blue) = 0+130+136=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #008288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008288 is #FF7D77. Grayscale: #5B5B5B. Windows color (decimal): -16743800 or 8946176. OLE color: 8946176.

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

Color convert

RGB 0 130 136 -
CMYK 1 0.04 0 0.47
HSL 182.65º 1% 0.27% -
HSV(B) 182.65º 1% 0.53% -
XYZ 12.43 17.74 26.06 -
YUV 91.81 152.93 62.51 -
System Red Green Blue C M Y K H S L
Decimal 0 130 136 1 0.04 0 0.47 182.65 1 0.27
Hex 0 82 88 64 4 0 2F B7 64 1B
Octal 0 202 210 144 4 0 57 267 144 33
Binary 0 10000010 10001000 1100100 100 0 101111 10110111 1100100 11011

Color Harmonies of #008288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008288

Black with #008288

Text Example


Text Example

White with #008288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008288; }

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

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

background-color css

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

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

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

border-color css

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

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

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