Html Css Color HEX #07877C Teal

📋 copy color: '#07877C'

red 7 ◦ green 135 ◦ blue 124

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

Shades of Teal #07877C

Tints of Teal #07877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.75%

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

R = 2.63%
G = 50.75%
B = 46.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#07877C (or 0x07877C) is known color: Teal. HEX triplet: 07, 87 and 7C. RGB value is (7,135,124). Sum of RGB (Red+Green+Blue) = 7+135+124=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #07877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07877C is #F87883. Grayscale: #5F5F5F. Windows color (decimal): -16283780 or 8161031. OLE color: 8161031.

HSL color Cylindrical-coordinate representation of color #07877C: hue angle of 174.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07877C is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 135 124 -
CMYK 0.95 0 0.08 0.47
HSL 174.84º 0.9% 0.28% -
HSV(B) 174.84º 0.95% 0.53% -
XYZ 12.39 18.83 22.05 -
YUV 95.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 7 135 124 0.95 0 0.08 0.47 174.84 0.9 0.28
Hex 7 87 7C 5F 0 8 2F AF 5A 1C
Octal 7 207 174 137 0 10 57 257 132 34
Binary 111 10000111 1111100 1011111 0 1000 101111 10101111 1011010 11100

Color Harmonies of #07877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07877C

Black with #07877C

Text Example


Text Example

White with #07877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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