Html Css Color HEX #087283 Teal

📋 copy color: '#087283'

red 8 ◦ green 114 ◦ blue 131

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

Shades of Teal #087283

Tints of Teal #087283

RGB

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

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

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

R = 3.16%
G = 45.06%
B = 51.78%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#087283 (or 0x087283) is known color: Teal. HEX triplet: 08, 72 and 83. RGB value is (8,114,131). Sum of RGB (Red+Green+Blue) = 8+114+131=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #087283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087283 is #F78D7C. Grayscale: #545454. Windows color (decimal): -16223613 or 8614408. OLE color: 8614408.

HSL color Cylindrical-coordinate representation of color #087283: hue angle of 188.29º 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 #087283 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 114 131 -
CMYK 0.94 0.13 0 0.49
HSL 188.29º 0.88% 0.27% -
HSV(B) 188.29º 0.94% 0.51% -
XYZ 10.21 13.72 23.58 -
YUV 84.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 8 114 131 0.94 0.13 0 0.49 188.29 0.88 0.27
Hex 8 72 83 5E D 0 31 BC 58 1B
Octal 10 162 203 136 15 0 61 274 130 33
Binary 1000 1110010 10000011 1011110 1101 0 110001 10111100 1011000 11011

Color Harmonies of #087283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087283

Black with #087283

Text Example


Text Example

White with #087283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087283; }

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

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

background-color css

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

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

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

border-color css

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

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

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