Html Css Color HEX #028783 Teal

📋 copy color: '#028783'

red 2 ◦ green 135 ◦ blue 131

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

Shades of Teal #028783

Tints of Teal #028783

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

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

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

R = 0.75%
G = 50.37%
B = 48.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#028783 (or 0x028783) is known color: Teal. HEX triplet: 02, 87 and 83. RGB value is (2,135,131). Sum of RGB (Red+Green+Blue) = 2+135+131=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #028783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028783 is #FD787C. Grayscale: #5E5E5E. Windows color (decimal): -16611453 or 8619778. OLE color: 8619778.

HSL color Cylindrical-coordinate representation of color #028783: hue angle of 178.2º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028783 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 135 131 -
CMYK 0.99 0 0.03 0.47
HSL 178.2º 0.97% 0.27% -
HSV(B) 178.2º 0.99% 0.53% -
XYZ 12.79 18.98 24.46 -
YUV 94.78 148.44 61.83 -
System Red Green Blue C M Y K H S L
Decimal 2 135 131 0.99 0 0.03 0.47 178.2 0.97 0.27
Hex 2 87 83 63 0 3 2F B2 61 1B
Octal 2 207 203 143 0 3 57 262 141 33
Binary 10 10000111 10000011 1100011 0 11 101111 10110010 1100001 11011

Color Harmonies of #028783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028783

Black with #028783

Text Example


Text Example

White with #028783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028783; }

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

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

background-color css

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

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

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

border-color css

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

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

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