Html Css Color HEX #027C82 Teal

📋 copy color: '#027C82'

red 2 ◦ green 124 ◦ blue 130

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

Shades of Teal #027C82

Tints of Teal #027C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 0.78%
G = 48.44%
B = 50.78%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#027C82 (or 0x027C82) is known color: Teal. HEX triplet: 02, 7C and 82. RGB value is (2,124,130). Sum of RGB (Red+Green+Blue) = 2+124+130=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #027C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C82 is #FD837D. Grayscale: #585858. Windows color (decimal): -16614270 or 8551426. OLE color: 8551426.

HSL color Cylindrical-coordinate representation of color #027C82: hue angle of 182.81º 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 #027C82 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 124 130 -
CMYK 0.98 0.05 0 0.49
HSL 182.81º 0.97% 0.26% -
HSV(B) 182.81º 0.98% 0.51% -
XYZ 11.26 16.04 23.62 -
YUV 88.21 151.58 66.51 -
System Red Green Blue C M Y K H S L
Decimal 2 124 130 0.98 0.05 0 0.49 182.81 0.97 0.26
Hex 2 7C 82 62 5 0 31 B7 61 1A
Octal 2 174 202 142 5 0 61 267 141 32
Binary 10 1111100 10000010 1100010 101 0 110001 10110111 1100001 11010

Color Harmonies of #027C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C82

Black with #027C82

Text Example


Text Example

White with #027C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C82; }

 p { color: rgb(2,124,130); }

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

background-color css

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

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

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

border-color css

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

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

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