Html Css Color HEX #07827E Teal

📋 copy color: '#07827E'

red 7 ◦ green 130 ◦ blue 126

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

Shades of Teal #07827E

Tints of Teal #07827E

RGB

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

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

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

R = 2.66%
G = 49.43%
B = 47.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#07827E (or 0x07827E) is known color: Teal. HEX triplet: 07, 82 and 7E. RGB value is (7,130,126). Sum of RGB (Red+Green+Blue) = 7+130+126=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #07827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07827E is #F87D81. Grayscale: #5C5C5C. Windows color (decimal): -16285058 or 8290823. OLE color: 8290823.

HSL color Cylindrical-coordinate representation of color #07827E: hue angle of 178.05º 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 #07827E is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 126 -
CMYK 0.95 0 0.03 0.49
HSL 178.05º 0.9% 0.27% -
HSV(B) 178.05º 0.95% 0.51% -
XYZ 11.84 17.52 22.5 -
YUV 92.77 146.75 66.83 -
System Red Green Blue C M Y K H S L
Decimal 7 130 126 0.95 0 0.03 0.49 178.05 0.9 0.27
Hex 7 82 7E 5F 0 3 31 B2 5A 1B
Octal 7 202 176 137 0 3 61 262 132 33
Binary 111 10000010 1111110 1011111 0 11 110001 10110010 1011010 11011

Color Harmonies of #07827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07827E

Black with #07827E

Text Example


Text Example

White with #07827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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