Html Css Color HEX #087B7D Teal

📋 copy color: '#087B7D'

red 8 ◦ green 123 ◦ blue 125

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

Shades of Teal #087B7D

Tints of Teal #087B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.05%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 3.13%
G = 48.05%
B = 48.83%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#087B7D (or 0x087B7D) is known color: Teal. HEX triplet: 08, 7B and 7D. RGB value is (8,123,125). Sum of RGB (Red+Green+Blue) = 8+123+125=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #087B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B7D is #F78482. Grayscale: #585858. Windows color (decimal): -16221315 or 8223496. OLE color: 8223496.

HSL color Cylindrical-coordinate representation of color #087B7D: hue angle of 181.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087B7D is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 123 125 -
CMYK 0.94 0.02 0 0.51
HSL 181.03º 0.88% 0.26% -
HSV(B) 181.03º 0.94% 0.49% -
XYZ 10.88 15.7 21.86 -
YUV 88.84 148.4 70.34 -
System Red Green Blue C M Y K H S L
Decimal 8 123 125 0.94 0.02 0 0.51 181.03 0.88 0.26
Hex 8 7B 7D 5E 2 0 33 B5 58 1A
Octal 10 173 175 136 2 0 63 265 130 32
Binary 1000 1111011 1111101 1011110 10 0 110011 10110101 1011000 11010

Color Harmonies of #087B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087B7D

Black with #087B7D

Text Example


Text Example

White with #087B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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