Html Css Color HEX #087984 Teal

📋 copy color: '#087984'

red 8 ◦ green 121 ◦ blue 132

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

Shades of Teal #087984

Tints of Teal #087984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.36%

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 3.07%
G = 46.36%
B = 50.57%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#087984 (or 0x087984) is known color: Teal. HEX triplet: 08, 79 and 84. RGB value is (8,121,132). Sum of RGB (Red+Green+Blue) = 8+121+132=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #087984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087984 is #F7867B. Grayscale: #585858. Windows color (decimal): -16221820 or 8681736. OLE color: 8681736.

HSL color Cylindrical-coordinate representation of color #087984: hue angle of 185.32º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087984 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 121 132 -
CMYK 0.94 0.08 0 0.48
HSL 185.32º 0.89% 0.27% -
HSV(B) 185.32º 0.94% 0.52% -
XYZ 11.1 15.39 24.22 -
YUV 88.47 152.56 70.61 -
System Red Green Blue C M Y K H S L
Decimal 8 121 132 0.94 0.08 0 0.48 185.32 0.89 0.27
Hex 8 79 84 5E 8 0 30 B9 59 1B
Octal 10 171 204 136 10 0 60 271 131 33
Binary 1000 1111001 10000100 1011110 1000 0 110000 10111001 1011001 11011

Color Harmonies of #087984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087984

Black with #087984

Text Example


Text Example

White with #087984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087984; }

 p { color: rgb(8,121,132); }

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

background-color css

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

 a { background-color: rgb(8,121,132); }

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

border-color css

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

 span { border-color: rgb(8,121,132); }

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