Html Css Color HEX #028185 Teal

📋 copy color: '#028185'

red 2 ◦ green 129 ◦ blue 133

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

Shades of Teal #028185

Tints of Teal #028185

RGB

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

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

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

R = 0.76%
G = 48.86%
B = 50.38%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#028185 (or 0x028185) is known color: Teal. HEX triplet: 02, 81 and 85. RGB value is (2,129,133). Sum of RGB (Red+Green+Blue) = 2+129+133=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #028185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028185 is #FD7E7A. Grayscale: #5B5B5B. Windows color (decimal): -16612987 or 8749314. OLE color: 8749314.

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

Color convert

RGB 2 129 133 -
CMYK 0.98 0.03 0 0.48
HSL 181.83º 0.97% 0.26% -
HSV(B) 181.83º 0.98% 0.52% -
XYZ 12.11 17.41 24.91 -
YUV 91.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 2 129 133 0.98 0.03 0 0.48 181.83 0.97 0.26
Hex 2 81 85 62 3 0 30 B6 61 1A
Octal 2 201 205 142 3 0 60 266 141 32
Binary 10 10000001 10000101 1100010 11 0 110000 10110110 1100001 11010

Color Harmonies of #028185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028185

Black with #028185

Text Example


Text Example

White with #028185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028185; }

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

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

background-color css

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

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

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

border-color css

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

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

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