Html Css Color HEX #07887C Teal

📋 copy color: '#07887C'

red 7 ◦ green 136 ◦ blue 124

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

Shades of Teal #07887C

Tints of Teal #07887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.94%

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

R = 2.62%
G = 50.94%
B = 46.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#07887C (or 0x07887C) is known color: Teal. HEX triplet: 07, 88 and 7C. RGB value is (7,136,124). Sum of RGB (Red+Green+Blue) = 7+136+124=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #07887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07887C is #F87783. Grayscale: #5F5F5F. Windows color (decimal): -16283524 or 8161287. OLE color: 8161287.

HSL color Cylindrical-coordinate representation of color #07887C: hue angle of 174.42º 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 #07887C is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 136 124 -
CMYK 0.95 0 0.09 0.47
HSL 174.42º 0.9% 0.28% -
HSV(B) 174.42º 0.95% 0.53% -
XYZ 12.53 19.11 22.1 -
YUV 96.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 7 136 124 0.95 0 0.09 0.47 174.42 0.9 0.28
Hex 7 88 7C 5F 0 9 2F AE 5A 1C
Octal 7 210 174 137 0 11 57 256 132 34
Binary 111 10001000 1111100 1011111 0 1001 101111 10101110 1011010 11100

Color Harmonies of #07887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07887C

Black with #07887C

Text Example


Text Example

White with #07887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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