Html Css Color HEX #02767E Teal

📋 copy color: '#02767E'

red 2 ◦ green 118 ◦ blue 126

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

Shades of Teal #02767E

Tints of Teal #02767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 0.81%
G = 47.97%
B = 51.22%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02767E (or 0x02767E) is known color: Teal. HEX triplet: 02, 76 and 7E. RGB value is (2,118,126). Sum of RGB (Red+Green+Blue) = 2+118+126=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #02767E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02767E is #FD8981. Grayscale: #545454. Windows color (decimal): -16615810 or 8287746. OLE color: 8287746.

HSL color Cylindrical-coordinate representation of color #02767E: hue angle of 183.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02767E is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 118 126 -
CMYK 0.98 0.06 0 0.51
HSL 183.87º 0.97% 0.25% -
HSV(B) 183.87º 0.98% 0.49% -
XYZ 10.27 14.48 21.99 -
YUV 84.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 2 118 126 0.98 0.06 0 0.51 183.87 0.97 0.25
Hex 2 76 7E 62 6 0 33 B8 61 19
Octal 2 166 176 142 6 0 63 270 141 31
Binary 10 1110110 1111110 1100010 110 0 110011 10111000 1100001 11001

Color Harmonies of #02767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02767E

Black with #02767E

Text Example


Text Example

White with #02767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02767E; }

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

 H1.HeaderClassName
 {
   color: #02767E;
 }
 .AnyTagClassName
 {
   color: #02767E;
 }
</style>

background-color css

<style>
 a { background-color: #02767E; }

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

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

border-color css

<style>
 span { border-color: #02767E; }

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

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