Html Css Color HEX #07827C Teal

📋 copy color: '#07827C'

red 7 ◦ green 130 ◦ blue 124

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

Shades of Teal #07827C

Tints of Teal #07827C

RGB

 RED value IS 7 (3.13% from 255) = 2.68%

 GREEN value IS 130 (51.17% from 255) = 49.81%

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 2.68%
G = 49.81%
B = 47.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#07827C (or 0x07827C) is known color: Teal. HEX triplet: 07, 82 and 7C. RGB value is (7,130,124). Sum of RGB (Red+Green+Blue) = 7+130+124=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #07827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07827C is #F87D83. Grayscale: #5C5C5C. Windows color (decimal): -16285060 or 8159751. OLE color: 8159751.

HSL color Cylindrical-coordinate representation of color #07827C: hue angle of 177.07º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07827C is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 124 -
CMYK 0.95 0 0.05 0.49
HSL 177.07º 0.9% 0.27% -
HSV(B) 177.07º 0.95% 0.51% -
XYZ 11.71 17.47 21.82 -
YUV 92.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 7 130 124 0.95 0 0.05 0.49 177.07 0.9 0.27
Hex 7 82 7C 5F 0 5 31 B1 5A 1B
Octal 7 202 174 137 0 5 61 261 132 33
Binary 111 10000010 1111100 1011111 0 101 110001 10110001 1011010 11011

Color Harmonies of #07827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07827C

Black with #07827C

Text Example


Text Example

White with #07827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,130,124); }

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

background-color css

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

 a { background-color: rgb(7,130,124); }

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

border-color css

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

 span { border-color: rgb(7,130,124); }

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