Html Css Color HEX #027082 Teal

📋 copy color: '#027082'

red 2 ◦ green 112 ◦ blue 130

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

Shades of Teal #027082

Tints of Teal #027082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

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

R = 0.82%
G = 45.9%
B = 53.28%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#027082 (or 0x027082) is known color: Teal. HEX triplet: 02, 70 and 82. RGB value is (2,112,130). Sum of RGB (Red+Green+Blue) = 2+112+130=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #027082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027082 is #FD8F7D. Grayscale: #505050. Windows color (decimal): -16617342 or 8548354. OLE color: 8548354.

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

Color convert

RGB 2 112 130 -
CMYK 0.98 0.14 0 0.49
HSL 188.44º 0.97% 0.26% -
HSV(B) 188.44º 0.98% 0.51% -
XYZ 9.85 13.21 23.15 -
YUV 81.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 2 112 130 0.98 0.14 0 0.49 188.44 0.97 0.26
Hex 2 70 82 62 E 0 31 BC 61 1A
Octal 2 160 202 142 16 0 61 274 141 32
Binary 10 1110000 10000010 1100010 1110 0 110001 10111100 1100001 11010

Color Harmonies of #027082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027082

Black with #027082

Text Example


Text Example

White with #027082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027082; }

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

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

background-color css

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

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

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

border-color css

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

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

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