Html Css Color HEX #088783 Teal

📋 copy color: '#088783'

red 8 ◦ green 135 ◦ blue 131

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

Shades of Teal #088783

Tints of Teal #088783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.27%

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

R = 2.92%
G = 49.27%
B = 47.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#088783 (or 0x088783) is known color: Teal. HEX triplet: 08, 87 and 83. RGB value is (8,135,131). Sum of RGB (Red+Green+Blue) = 8+135+131=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #088783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088783 is #F7787C. Grayscale: #606060. Windows color (decimal): -16218237 or 8619784. OLE color: 8619784.

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

Color convert

RGB 8 135 131 -
CMYK 0.94 0 0.03 0.47
HSL 178.11º 0.89% 0.28% -
HSV(B) 178.11º 0.94% 0.53% -
XYZ 12.86 19.02 24.47 -
YUV 96.57 147.42 64.83 -
System Red Green Blue C M Y K H S L
Decimal 8 135 131 0.94 0 0.03 0.47 178.11 0.89 0.28
Hex 8 87 83 5E 0 3 2F B2 59 1C
Octal 10 207 203 136 0 3 57 262 131 34
Binary 1000 10000111 10000011 1011110 0 11 101111 10110010 1011001 11100

Color Harmonies of #088783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088783

Black with #088783

Text Example


Text Example

White with #088783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088783; }

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

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

background-color css

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

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

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

border-color css

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

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

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