Html Css Color HEX #02857A Teal

📋 copy color: '#02857A'

red 2 ◦ green 133 ◦ blue 122

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

Shades of Teal #02857A

Tints of Teal #02857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 0.78%
G = 51.75%
B = 47.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#02857A (or 0x02857A) is known color: Teal. HEX triplet: 02, 85 and 7A. RGB value is (2,133,122). Sum of RGB (Red+Green+Blue) = 2+133+122=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #02857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02857A is #FD7A85. Grayscale: #5C5C5C. Windows color (decimal): -16611974 or 8029442. OLE color: 8029442.

HSL color Cylindrical-coordinate representation of color #02857A: hue angle of 174.96º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02857A is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 122 -
CMYK 0.98 0 0.08 0.48
HSL 174.96º 0.97% 0.26% -
HSV(B) 174.96º 0.98% 0.52% -
XYZ 11.93 18.19 21.3 -
YUV 92.58 144.6 63.39 -
System Red Green Blue C M Y K H S L
Decimal 2 133 122 0.98 0 0.08 0.48 174.96 0.97 0.26
Hex 2 85 7A 62 0 8 30 AF 61 1A
Octal 2 205 172 142 0 10 60 257 141 32
Binary 10 10000101 1111010 1100010 0 1000 110000 10101111 1100001 11010

Color Harmonies of #02857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02857A

Black with #02857A

Text Example


Text Example

White with #02857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,133,122); }

 H1.HeaderClassName
 {
   color: #02857A;
 }
 .AnyTagClassName
 {
   color: #02857A;
 }
</style>

background-color css

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

 a { background-color: rgb(2,133,122); }

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

border-color css

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

 span { border-color: rgb(2,133,122); }

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