Html Css Color HEX #02768C Teal

📋 copy color: '#02768C'

red 2 ◦ green 118 ◦ blue 140

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

Shades of Teal #02768C

Tints of Teal #02768C

RGB

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

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

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

R = 0.77%
G = 45.38%
B = 53.85%

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

#02768C (or 0x02768C) is known color: Teal. HEX triplet: 02, 76 and 8C. RGB value is (2,118,140). Sum of RGB (Red+Green+Blue) = 2+118+140=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #02768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02768C is #FD8973. Grayscale: #555555. Windows color (decimal): -16615796 or 9205250. OLE color: 9205250.

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

Color convert

RGB 2 118 140 -
CMYK 0.99 0.16 0 0.45
HSL 189.57º 0.97% 0.28% -
HSV(B) 189.57º 0.99% 0.55% -
XYZ 11.24 14.86 27.09 -
YUV 85.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 2 118 140 0.99 0.16 0 0.45 189.57 0.97 0.28
Hex 2 76 8C 63 10 0 2D BE 61 1C
Octal 2 166 214 143 20 0 55 276 141 34
Binary 10 1110110 10001100 1100011 10000 0 101101 10111110 1100001 11100

Color Harmonies of #02768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02768C

Black with #02768C

Text Example


Text Example

White with #02768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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