Html Css Color HEX #088283 Teal

📋 copy color: '#088283'

red 8 ◦ green 130 ◦ blue 131

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

Shades of Teal #088283

Tints of Teal #088283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

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

R = 2.97%
G = 48.33%
B = 48.7%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#088283 (or 0x088283) is known color: Teal. HEX triplet: 08, 82 and 83. RGB value is (8,130,131). Sum of RGB (Red+Green+Blue) = 8+130+131=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #088283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088283 is #F77D7C. Grayscale: #5D5D5D. Windows color (decimal): -16219517 or 8618504. OLE color: 8618504.

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

Color convert

RGB 8 130 131 -
CMYK 0.94 0.01 0 0.49
HSL 180.49º 0.88% 0.27% -
HSV(B) 180.49º 0.94% 0.51% -
XYZ 12.18 17.66 24.24 -
YUV 93.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 8 130 131 0.94 0.01 0 0.49 180.49 0.88 0.27
Hex 8 82 83 5E 1 0 31 B4 58 1B
Octal 10 202 203 136 1 0 61 264 130 33
Binary 1000 10000010 10000011 1011110 1 0 110001 10110100 1011000 11011

Color Harmonies of #088283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088283

Black with #088283

Text Example


Text Example

White with #088283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088283; }

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

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

background-color css

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

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

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

border-color css

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

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

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