Html Css Color HEX #007F83 Teal

📋 copy color: '#007F83'

red 0 ◦ green 127 ◦ blue 131

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

Shades of Teal #007F83

Tints of Teal #007F83

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 127 (50% from 255) = 49.22%

 BLUE value IS 131 (51.56% from 255) = 50.78%

R = 0%
G = 49.22%
B = 50.78%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007F83 (or 0x007F83) is known color: Teal. HEX triplet: 00, 7F and 83. RGB value is (0,127,131). Sum of RGB (Red+Green+Blue) = 0+127+131=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #007F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F83 is #FF807C. Grayscale: #595959. Windows color (decimal): -16744573 or 8617728. OLE color: 8617728.

HSL color Cylindrical-coordinate representation of color #007F83: hue angle of 181.83º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F83 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 127 131 -
CMYK 1 0.03 0 0.49
HSL 181.83º 1% 0.26% -
HSV(B) 181.83º 1% 0.51% -
XYZ 11.69 16.82 24.1 -
YUV 89.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 0 127 131 1 0.03 0 0.49 181.83 1 0.26
Hex 0 7F 83 64 3 0 31 B6 64 1A
Octal 0 177 203 144 3 0 61 266 144 32
Binary 0 1111111 10000011 1100100 11 0 110001 10110110 1100100 11010

Color Harmonies of #007F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F83

Black with #007F83

Text Example


Text Example

White with #007F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007F83; }

 p { color: rgb(0,127,131); }

 H1.HeaderClassName
 {
   color: #007F83;
 }
 .AnyTagClassName
 {
   color: #007F83;
 }
</style>

background-color css

<style>
 a { background-color: #007F83; }

 a { background-color: rgb(0,127,131); }

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

border-color css

<style>
 span { border-color: #007F83; }

 span { border-color: rgb(0,127,131); }

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