Html Css Color HEX #088183 Teal

📋 copy color: '#088183'

red 8 ◦ green 129 ◦ blue 131

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

Shades of Teal #088183

Tints of Teal #088183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 2.99%
G = 48.13%
B = 48.88%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#088183 (or 0x088183) is known color: Teal. HEX triplet: 08, 81 and 83. RGB value is (8,129,131). Sum of RGB (Red+Green+Blue) = 8+129+131=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #088183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088183 is #F77E7C. Grayscale: #5C5C5C. Windows color (decimal): -16219773 or 8618248. OLE color: 8618248.

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

Color convert

RGB 8 129 131 -
CMYK 0.94 0.02 0 0.49
HSL 180.98º 0.88% 0.27% -
HSV(B) 180.98º 0.94% 0.51% -
XYZ 12.05 17.39 24.19 -
YUV 93.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 8 129 131 0.94 0.02 0 0.49 180.98 0.88 0.27
Hex 8 81 83 5E 2 0 31 B5 58 1B
Octal 10 201 203 136 2 0 61 265 130 33
Binary 1000 10000001 10000011 1011110 10 0 110001 10110101 1011000 11011

Color Harmonies of #088183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088183

Black with #088183

Text Example


Text Example

White with #088183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088183; }

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

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

background-color css

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

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

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

border-color css

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

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

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