Html Css Color HEX #088188 Teal

📋 copy color: '#088188'

red 8 ◦ green 129 ◦ blue 136

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

Shades of Teal #088188

Tints of Teal #088188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 2.93%
G = 47.25%
B = 49.82%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#088188 (or 0x088188) is known color: Teal. HEX triplet: 08, 81 and 88. RGB value is (8,129,136). Sum of RGB (Red+Green+Blue) = 8+129+136=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #088188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088188 is #F77E77. Grayscale: #5D5D5D. Windows color (decimal): -16219768 or 8945928. OLE color: 8945928.

HSL color Cylindrical-coordinate representation of color #088188: hue angle of 183.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088188 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 129 136 -
CMYK 0.94 0.05 0 0.47
HSL 183.28º 0.89% 0.28% -
HSV(B) 183.28º 0.94% 0.53% -
XYZ 12.39 17.53 26.02 -
YUV 93.62 151.91 66.93 -
System Red Green Blue C M Y K H S L
Decimal 8 129 136 0.94 0.05 0 0.47 183.28 0.89 0.28
Hex 8 81 88 5E 5 0 2F B7 59 1C
Octal 10 201 210 136 5 0 57 267 131 34
Binary 1000 10000001 10001000 1011110 101 0 101111 10110111 1011001 11100

Color Harmonies of #088188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088188

Black with #088188

Text Example


Text Example

White with #088188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088188; }

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

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

background-color css

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

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

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

border-color css

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

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

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