Html Css Color HEX #088585 Teal

📋 copy color: '#088585'

red 8 ◦ green 133 ◦ blue 133

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

Shades of Teal #088585

Tints of Teal #088585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

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

R = 2.92%
G = 48.54%
B = 48.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#088585 (or 0x088585) is known color: Teal. HEX triplet: 08, 85 and 85. RGB value is (8,133,133). Sum of RGB (Red+Green+Blue) = 8+133+133=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #088585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088585 is #F77A7A. Grayscale: #5F5F5F. Windows color (decimal): -16218747 or 8750344. OLE color: 8750344.

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

Color convert

RGB 8 133 133 -
CMYK 0.94 0 0 0.48
HSL 180º 0.89% 0.28% -
HSV(B) 180º 0.94% 0.52% -
XYZ 12.72 18.52 25.09 -
YUV 95.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 8 133 133 0.94 0 0 0.48 180 0.89 0.28
Hex 8 85 85 5E 0 0 30 B4 59 1C
Octal 10 205 205 136 0 0 60 264 131 34
Binary 1000 10000101 10000101 1011110 0 0 110000 10110100 1011001 11100

Color Harmonies of #088585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088585

Black with #088585

Text Example


Text Example

White with #088585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088585; }

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

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

background-color css

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

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

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

border-color css

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

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

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