Html Css Color HEX #07867D Teal

📋 copy color: '#07867D'

red 7 ◦ green 134 ◦ blue 125

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

Shades of Teal #07867D

Tints of Teal #07867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

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

R = 2.63%
G = 50.38%
B = 46.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#07867D (or 0x07867D) is known color: Teal. HEX triplet: 07, 86 and 7D. RGB value is (7,134,125). Sum of RGB (Red+Green+Blue) = 7+134+125=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #07867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07867D is #F87982. Grayscale: #5E5E5E. Windows color (decimal): -16284035 or 8226311. OLE color: 8226311.

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

Color convert

RGB 7 134 125 -
CMYK 0.95 0 0.07 0.47
HSL 175.75º 0.9% 0.28% -
HSV(B) 175.75º 0.95% 0.53% -
XYZ 12.31 18.58 22.34 -
YUV 95 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 7 134 125 0.95 0 0.07 0.47 175.75 0.9 0.28
Hex 7 86 7D 5F 0 7 2F B0 5A 1C
Octal 7 206 175 137 0 7 57 260 132 34
Binary 111 10000110 1111101 1011111 0 111 101111 10110000 1011010 11100

Color Harmonies of #07867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07867D

Black with #07867D

Text Example


Text Example

White with #07867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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