Html Css Color HEX #088383 Teal

📋 copy color: '#088383'

red 8 ◦ green 131 ◦ blue 131

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

Shades of Teal #088383

Tints of Teal #088383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.52%

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

R = 2.96%
G = 48.52%
B = 48.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#088383 (or 0x088383) is known color: Teal. HEX triplet: 08, 83 and 83. RGB value is (8,131,131). Sum of RGB (Red+Green+Blue) = 8+131+131=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #088383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088383 is #F77C7C. Grayscale: #5E5E5E. Windows color (decimal): -16219261 or 8618760. OLE color: 8618760.

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

Color convert

RGB 8 131 131 -
CMYK 0.94 0 0 0.49
HSL 180º 0.88% 0.27% -
HSV(B) 180º 0.94% 0.51% -
XYZ 12.31 17.92 24.28 -
YUV 94.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 8 131 131 0.94 0 0 0.49 180 0.88 0.27
Hex 8 83 83 5E 0 0 31 B4 58 1B
Octal 10 203 203 136 0 0 61 264 130 33
Binary 1000 10000011 10000011 1011110 0 0 110001 10110100 1011000 11011

Color Harmonies of #088383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088383

Black with #088383

Text Example


Text Example

White with #088383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088383; }

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

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

background-color css

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

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

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

border-color css

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

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

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