Html Css Color HEX #087983 Teal

📋 copy color: '#087983'

red 8 ◦ green 121 ◦ blue 131

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

Shades of Teal #087983

Tints of Teal #087983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.38%

R = 3.08%
G = 46.54%
B = 50.38%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#087983 (or 0x087983) is known color: Teal. HEX triplet: 08, 79 and 83. RGB value is (8,121,131). Sum of RGB (Red+Green+Blue) = 8+121+131=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #087983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087983 is #F7867C. Grayscale: #585858. Windows color (decimal): -16221821 or 8616200. OLE color: 8616200.

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

Color convert

RGB 8 121 131 -
CMYK 0.94 0.08 0 0.49
HSL 184.88º 0.88% 0.27% -
HSV(B) 184.88º 0.94% 0.51% -
XYZ 11.03 15.37 23.86 -
YUV 88.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 8 121 131 0.94 0.08 0 0.49 184.88 0.88 0.27
Hex 8 79 83 5E 8 0 31 B9 58 1B
Octal 10 171 203 136 10 0 61 271 130 33
Binary 1000 1111001 10000011 1011110 1000 0 110001 10111001 1011000 11011

Color Harmonies of #087983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087983

Black with #087983

Text Example


Text Example

White with #087983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087983; }

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

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

background-color css

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

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

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

border-color css

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

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

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