Html Css Color HEX #088185 Teal

📋 copy color: '#088185'

red 8 ◦ green 129 ◦ blue 133

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

Shades of Teal #088185

Tints of Teal #088185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

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

R = 2.96%
G = 47.78%
B = 49.26%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#088185 (or 0x088185) is known color: Teal. HEX triplet: 08, 81 and 85. RGB value is (8,129,133). Sum of RGB (Red+Green+Blue) = 8+129+133=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #088185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088185 is #F77E7A. Grayscale: #5D5D5D. Windows color (decimal): -16219771 or 8749320. OLE color: 8749320.

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

Color convert

RGB 8 129 133 -
CMYK 0.94 0.03 0 0.48
HSL 181.92º 0.89% 0.28% -
HSV(B) 181.92º 0.94% 0.52% -
XYZ 12.18 17.45 24.92 -
YUV 93.28 150.41 67.17 -
System Red Green Blue C M Y K H S L
Decimal 8 129 133 0.94 0.03 0 0.48 181.92 0.89 0.28
Hex 8 81 85 5E 3 0 30 B6 59 1C
Octal 10 201 205 136 3 0 60 266 131 34
Binary 1000 10000001 10000101 1011110 11 0 110000 10110110 1011001 11100

Color Harmonies of #088185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088185

Black with #088185

Text Example


Text Example

White with #088185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088185; }

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

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

background-color css

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

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

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

border-color css

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

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

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