Html Css Color HEX #088184 Teal

📋 copy color: '#088184'

red 8 ◦ green 129 ◦ blue 132

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

Shades of Teal #088184

Tints of Teal #088184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 2.97%
G = 47.96%
B = 49.07%

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

#088184 (or 0x088184) is known color: Teal. HEX triplet: 08, 81 and 84. RGB value is (8,129,132). Sum of RGB (Red+Green+Blue) = 8+129+132=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #088184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088184 is #F77E7B. Grayscale: #5D5D5D. Windows color (decimal): -16219772 or 8683784. OLE color: 8683784.

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

Color convert

RGB 8 129 132 -
CMYK 0.94 0.02 0 0.48
HSL 181.45º 0.89% 0.27% -
HSV(B) 181.45º 0.94% 0.52% -
XYZ 12.12 17.42 24.55 -
YUV 93.16 149.91 67.26 -
System Red Green Blue C M Y K H S L
Decimal 8 129 132 0.94 0.02 0 0.48 181.45 0.89 0.27
Hex 8 81 84 5E 2 0 30 B5 59 1B
Octal 10 201 204 136 2 0 60 265 131 33
Binary 1000 10000001 10000100 1011110 10 0 110000 10110101 1011001 11011

Color Harmonies of #088184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088184

Black with #088184

Text Example


Text Example

White with #088184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088184; }

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

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

background-color css

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

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

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

border-color css

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

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

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