Html Css Color HEX #088683 Teal

📋 copy color: '#088683'

red 8 ◦ green 134 ◦ blue 131

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

Shades of Teal #088683

Tints of Teal #088683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

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

R = 2.93%
G = 49.08%
B = 47.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#088683 (or 0x088683) is known color: Teal. HEX triplet: 08, 86 and 83. RGB value is (8,134,131). Sum of RGB (Red+Green+Blue) = 8+134+131=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #088683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088683 is #F7797C. Grayscale: #5F5F5F. Windows color (decimal): -16218493 or 8619528. OLE color: 8619528.

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

Color convert

RGB 8 134 131 -
CMYK 0.94 0 0.02 0.47
HSL 178.57º 0.89% 0.28% -
HSV(B) 178.57º 0.94% 0.53% -
XYZ 12.72 18.74 24.42 -
YUV 95.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 8 134 131 0.94 0 0.02 0.47 178.57 0.89 0.28
Hex 8 86 83 5E 0 2 2F B3 59 1C
Octal 10 206 203 136 0 2 57 263 131 34
Binary 1000 10000110 10000011 1011110 0 10 101111 10110011 1011001 11100

Color Harmonies of #088683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088683

Black with #088683

Text Example


Text Example

White with #088683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088683; }

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

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

background-color css

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

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

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

border-color css

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

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

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