Html Css Color HEX #02778D Teal

📋 copy color: '#02778D'

red 2 ◦ green 119 ◦ blue 141

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

Shades of Teal #02778D

Tints of Teal #02778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.42%

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

R = 0.76%
G = 45.42%
B = 53.82%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02778D (or 0x02778D) is known color: Teal. HEX triplet: 02, 77 and 8D. RGB value is (2,119,141). Sum of RGB (Red+Green+Blue) = 2+119+141=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #02778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02778D is #FD8872. Grayscale: #565656. Windows color (decimal): -16615539 or 9271042. OLE color: 9271042.

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

Color convert

RGB 2 119 141 -
CMYK 0.99 0.16 0 0.45
HSL 189.5º 0.97% 0.28% -
HSV(B) 189.5º 0.99% 0.55% -
XYZ 11.43 15.13 27.52 -
YUV 86.53 158.74 67.71 -
System Red Green Blue C M Y K H S L
Decimal 2 119 141 0.99 0.16 0 0.45 189.5 0.97 0.28
Hex 2 77 8D 63 10 0 2D BD 61 1C
Octal 2 167 215 143 20 0 55 275 141 34
Binary 10 1110111 10001101 1100011 10000 0 101101 10111101 1100001 11100

Color Harmonies of #02778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02778D

Black with #02778D

Text Example


Text Example

White with #02778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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