Html Css Color HEX #087285 Teal

📋 copy color: '#087285'

red 8 ◦ green 114 ◦ blue 133

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

Shades of Teal #087285

Tints of Teal #087285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 3.14%
G = 44.71%
B = 52.16%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#087285 (or 0x087285) is known color: Teal. HEX triplet: 08, 72 and 85. RGB value is (8,114,133). Sum of RGB (Red+Green+Blue) = 8+114+133=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #087285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087285 is #F78D7A. Grayscale: #545454. Windows color (decimal): -16223611 or 8745480. OLE color: 8745480.

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

Color convert

RGB 8 114 133 -
CMYK 0.94 0.14 0 0.48
HSL 189.12º 0.89% 0.28% -
HSV(B) 189.12º 0.94% 0.52% -
XYZ 10.35 13.78 24.3 -
YUV 84.47 155.38 73.46 -
System Red Green Blue C M Y K H S L
Decimal 8 114 133 0.94 0.14 0 0.48 189.12 0.89 0.28
Hex 8 72 85 5E E 0 30 BD 59 1C
Octal 10 162 205 136 16 0 60 275 131 34
Binary 1000 1110010 10000101 1011110 1110 0 110000 10111101 1011001 11100

Color Harmonies of #087285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087285

Black with #087285

Text Example


Text Example

White with #087285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087285; }

 p { color: rgb(8,114,133); }

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

background-color css

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

 a { background-color: rgb(8,114,133); }

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

border-color css

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

 span { border-color: rgb(8,114,133); }

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