Html Css Color HEX #02768D Teal

📋 copy color: '#02768D'

red 2 ◦ green 118 ◦ blue 141

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

Shades of Teal #02768D

Tints of Teal #02768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 0.77%
G = 45.21%
B = 54.02%

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

#02768D (or 0x02768D) is known color: Teal. HEX triplet: 02, 76 and 8D. RGB value is (2,118,141). Sum of RGB (Red+Green+Blue) = 2+118+141=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #02768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02768D is #FD8972. Grayscale: #555555. Windows color (decimal): -16615795 or 9270786. OLE color: 9270786.

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

Color convert

RGB 2 118 141 -
CMYK 0.99 0.16 0 0.45
HSL 189.93º 0.97% 0.28% -
HSV(B) 189.93º 0.99% 0.55% -
XYZ 11.31 14.89 27.48 -
YUV 85.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 2 118 141 0.99 0.16 0 0.45 189.93 0.97 0.28
Hex 2 76 8D 63 10 0 2D BE 61 1C
Octal 2 166 215 143 20 0 55 276 141 34
Binary 10 1110110 10001101 1100011 10000 0 101101 10111110 1100001 11100

Color Harmonies of #02768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02768D

Black with #02768D

Text Example


Text Example

White with #02768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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