Html Css Color HEX #02798C Teal

📋 copy color: '#02798C'

red 2 ◦ green 121 ◦ blue 140

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

Shades of Teal #02798C

Tints of Teal #02798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.23%

R = 0.76%
G = 46.01%
B = 53.23%

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

#02798C (or 0x02798C) is known color: Teal. HEX triplet: 02, 79 and 8C. RGB value is (2,121,140). Sum of RGB (Red+Green+Blue) = 2+121+140=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #02798C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02798C is #FD8673. Grayscale: #575757. Windows color (decimal): -16615028 or 9206018. OLE color: 9206018.

HSL color Cylindrical-coordinate representation of color #02798C: hue angle of 188.26º 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 #02798C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 121 140 -
CMYK 0.99 0.14 0 0.45
HSL 188.26º 0.97% 0.28% -
HSV(B) 188.26º 0.99% 0.55% -
XYZ 11.6 15.58 27.21 -
YUV 87.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 2 121 140 0.99 0.14 0 0.45 188.26 0.97 0.28
Hex 2 79 8C 63 E 0 2D BC 61 1C
Octal 2 171 214 143 16 0 55 274 141 34
Binary 10 1111001 10001100 1100011 1110 0 101101 10111100 1100001 11100

Color Harmonies of #02798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02798C

Black with #02798C

Text Example


Text Example

White with #02798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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