Html Css Color HEX #028183 Teal

📋 copy color: '#028183'

red 2 ◦ green 129 ◦ blue 131

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

Shades of Teal #028183

Tints of Teal #028183

RGB

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

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

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

R = 0.76%
G = 49.24%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#028183 (or 0x028183) is known color: Teal. HEX triplet: 02, 81 and 83. RGB value is (2,129,131). Sum of RGB (Red+Green+Blue) = 2+129+131=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #028183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028183 is #FD7E7C. Grayscale: #5B5B5B. Windows color (decimal): -16612989 or 8618242. OLE color: 8618242.

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

Color convert

RGB 2 129 131 -
CMYK 0.98 0.02 0 0.49
HSL 180.93º 0.97% 0.26% -
HSV(B) 180.93º 0.98% 0.51% -
XYZ 11.97 17.35 24.19 -
YUV 91.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 2 129 131 0.98 0.02 0 0.49 180.93 0.97 0.26
Hex 2 81 83 62 2 0 31 B5 61 1A
Octal 2 201 203 142 2 0 61 265 141 32
Binary 10 10000001 10000011 1100010 10 0 110001 10110101 1100001 11010

Color Harmonies of #028183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028183

Black with #028183

Text Example


Text Example

White with #028183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028183; }

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

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

background-color css

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

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

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

border-color css

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

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

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