Html Css Color HEX #088B7E Teal

📋 copy color: '#088B7E'

red 8 ◦ green 139 ◦ blue 126

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

Shades of Teal #088B7E

Tints of Teal #088B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.92%

 BLUE value IS 126 (49.61% from 255) = 46.15%

R = 2.93%
G = 50.92%
B = 46.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#088B7E (or 0x088B7E) is known color: Teal. HEX triplet: 08, 8B and 7E. RGB value is (8,139,126). Sum of RGB (Red+Green+Blue) = 8+139+126=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #088B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B7E is #F77481. Grayscale: #626262. Windows color (decimal): -16217218 or 8293128. OLE color: 8293128.

HSL color Cylindrical-coordinate representation of color #088B7E: hue angle of 174.05º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B7E is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 139 126 -
CMYK 0.94 0 0.09 0.45
HSL 174.05º 0.89% 0.29% -
HSV(B) 174.05º 0.94% 0.55% -
XYZ 13.1 20.02 22.91 -
YUV 98.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 8 139 126 0.94 0 0.09 0.45 174.05 0.89 0.29
Hex 8 8B 7E 5E 0 9 2D AE 59 1D
Octal 10 213 176 136 0 11 55 256 131 35
Binary 1000 10001011 1111110 1011110 0 1001 101101 10101110 1011001 11101

Color Harmonies of #088B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B7E

Black with #088B7E

Text Example


Text Example

White with #088B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088B7E; }

 p { color: rgb(8,139,126); }

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

background-color css

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

 a { background-color: rgb(8,139,126); }

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

border-color css

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

 span { border-color: rgb(8,139,126); }

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