Html Css Color HEX #028585 Teal

📋 copy color: '#028585'

red 2 ◦ green 133 ◦ blue 133

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

Shades of Teal #028585

Tints of Teal #028585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 0.75%
G = 49.63%
B = 49.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#028585 (or 0x028585) is known color: Teal. HEX triplet: 02, 85 and 85. RGB value is (2,133,133). Sum of RGB (Red+Green+Blue) = 2+133+133=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #028585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028585 is #FD7A7A. Grayscale: #5D5D5D. Windows color (decimal): -16611963 or 8750338. OLE color: 8750338.

HSL color Cylindrical-coordinate representation of color #028585: hue angle of 180º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028585 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 133 -
CMYK 0.98 0 0 0.48
HSL 180º 0.97% 0.26% -
HSV(B) 180º 0.98% 0.52% -
XYZ 12.65 18.48 25.09 -
YUV 93.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 2 133 133 0.98 0 0 0.48 180 0.97 0.26
Hex 2 85 85 62 0 0 30 B4 61 1A
Octal 2 205 205 142 0 0 60 264 141 32
Binary 10 10000101 10000101 1100010 0 0 110000 10110100 1100001 11010

Color Harmonies of #028585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028585

Black with #028585

Text Example


Text Example

White with #028585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028585; }

 p { color: rgb(2,133,133); }

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

background-color css

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

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

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

border-color css

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

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

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