Html Css Color HEX #08887B Teal

📋 copy color: '#08887B'

red 8 ◦ green 136 ◦ blue 123

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

Shades of Teal #08887B

Tints of Teal #08887B

RGB

 RED value IS 8 (3.52% from 255) = 3%

 GREEN value IS 136 (53.52% from 255) = 50.94%

 BLUE value IS 123 (48.44% from 255) = 46.07%

R = 3%
G = 50.94%
B = 46.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#08887B (or 0x08887B) is known color: Teal. HEX triplet: 08, 88 and 7B. RGB value is (8,136,123). Sum of RGB (Red+Green+Blue) = 8+136+123=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #08887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08887B is #F77784. Grayscale: #606060. Windows color (decimal): -16217989 or 8095752. OLE color: 8095752.

HSL color Cylindrical-coordinate representation of color #08887B: hue angle of 173.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08887B is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 136 123 -
CMYK 0.94 0 0.10 0.47
HSL 173.91º 0.89% 0.28% -
HSV(B) 173.91º 0.94% 0.53% -
XYZ 12.48 19.09 21.77 -
YUV 96.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 8 136 123 0.94 0 0.10 0.47 173.91 0.89 0.28
Hex 8 88 7B 5E 0 A 2F AE 59 1C
Octal 10 210 173 136 0 12 57 256 131 34
Binary 1000 10001000 1111011 1011110 0 1010 101111 10101110 1011001 11100

Color Harmonies of #08887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08887B

Black with #08887B

Text Example


Text Example

White with #08887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08887B; }

 p { color: rgb(8,136,123); }

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

background-color css

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

 a { background-color: rgb(8,136,123); }

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

border-color css

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

 span { border-color: rgb(8,136,123); }

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