Html Css Color HEX #07827D Teal

📋 copy color: '#07827D'

red 7 ◦ green 130 ◦ blue 125

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

Shades of Teal #07827D

Tints of Teal #07827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 2.67%
G = 49.62%
B = 47.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#07827D (or 0x07827D) is known color: Teal. HEX triplet: 07, 82 and 7D. RGB value is (7,130,125). Sum of RGB (Red+Green+Blue) = 7+130+125=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #07827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07827D is #F87D82. Grayscale: #5C5C5C. Windows color (decimal): -16285059 or 8225287. OLE color: 8225287.

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

Color convert

RGB 7 130 125 -
CMYK 0.95 0 0.04 0.49
HSL 177.56º 0.9% 0.27% -
HSV(B) 177.56º 0.95% 0.51% -
XYZ 11.77 17.49 22.16 -
YUV 92.65 146.25 66.91 -
System Red Green Blue C M Y K H S L
Decimal 7 130 125 0.95 0 0.04 0.49 177.56 0.9 0.27
Hex 7 82 7D 5F 0 4 31 B2 5A 1B
Octal 7 202 175 137 0 4 61 262 132 33
Binary 111 10000010 1111101 1011111 0 100 110001 10110010 1011010 11011

Color Harmonies of #07827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07827D

Black with #07827D

Text Example


Text Example

White with #07827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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