#02778A

Color #02778A Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #02778A

Tints of Teal #02778A

Color information

#02778A (or 0x02778A) is unknown color: approx Teal. HEX triplet: 02, 77 and 8A. RGB value is (2,119,138). Sum of RGB (Red+Green+Blue) = 2+119+138=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #02778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02778A is #FD8875. Grayscale: #555555. Windows color (decimal): -16615542 or 9074434. OLE color: 9074434.

HSL color Cylindrical-coordinate representation of color #02778A: hue angle of 188.38º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02778A is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2119138-
CMYK0.990.1400.46
HSL188.38º97.14%27.45%-
HSV(B)188.38º98.55%54.12%-
XYZ11.2115.0426.36-
YUV86.18157.2467.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=0.77%
G=45.95%
B=53.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21191380.990.1400.46188.3897.1427.45
Hex2778A63E02Ebc611b
Octal21672121431605627414133
Binary1011101111000101011000111110010111010111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02778A;
 }
 .AnyTagClassName
 {
   color: #02778A;
 }
</style>
background-color css

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

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

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

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

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

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