Html Css Color HEX #088385 Teal

📋 copy color: '#088385'

red 8 ◦ green 131 ◦ blue 133

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

Shades of Teal #088385

Tints of Teal #088385

RGB

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

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

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

R = 2.94%
G = 48.16%
B = 48.9%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#088385 (or 0x088385) is known color: Teal. HEX triplet: 08, 83 and 85. RGB value is (8,131,133). Sum of RGB (Red+Green+Blue) = 8+131+133=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #088385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088385 is #F77C7A. Grayscale: #5E5E5E. Windows color (decimal): -16219259 or 8749832. OLE color: 8749832.

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

Color convert

RGB 8 131 133 -
CMYK 0.94 0.02 0 0.48
HSL 180.96º 0.89% 0.28% -
HSV(B) 180.96º 0.94% 0.52% -
XYZ 12.45 17.98 25 -
YUV 94.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 8 131 133 0.94 0.02 0 0.48 180.96 0.89 0.28
Hex 8 83 85 5E 2 0 30 B5 59 1C
Octal 10 203 205 136 2 0 60 265 131 34
Binary 1000 10000011 10000101 1011110 10 0 110000 10110101 1011001 11100

Color Harmonies of #088385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088385

Black with #088385

Text Example


Text Example

White with #088385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088385; }

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

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

background-color css

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

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

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

border-color css

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

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

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