Html Css Color HEX #02798D Teal

📋 copy color: '#02798D'

red 2 ◦ green 121 ◦ blue 141

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

Shades of Teal #02798D

Tints of Teal #02798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.83%

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 0.76%
G = 45.83%
B = 53.41%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02798D (or 0x02798D) is known color: Teal. HEX triplet: 02, 79 and 8D. RGB value is (2,121,141). Sum of RGB (Red+Green+Blue) = 2+121+141=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #02798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02798D is #FD8672. Grayscale: #575757. Windows color (decimal): -16615027 or 9271554. OLE color: 9271554.

HSL color Cylindrical-coordinate representation of color #02798D: hue angle of 188.63º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02798D is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 121 141 -
CMYK 0.99 0.14 0 0.45
HSL 188.63º 0.97% 0.28% -
HSV(B) 188.63º 0.99% 0.55% -
XYZ 11.67 15.61 27.6 -
YUV 87.7 158.08 66.87 -
System Red Green Blue C M Y K H S L
Decimal 2 121 141 0.99 0.14 0 0.45 188.63 0.97 0.28
Hex 2 79 8D 63 E 0 2D BD 61 1C
Octal 2 171 215 143 16 0 55 275 141 34
Binary 10 1111001 10001101 1100011 1110 0 101101 10111101 1100001 11100

Color Harmonies of #02798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02798D

Black with #02798D

Text Example


Text Example

White with #02798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02798D; }

 p { color: rgb(2,121,141); }

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

background-color css

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

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

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

border-color css

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

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

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