Html Css Color HEX #007987 Teal

📋 copy color: '#007987'

red 0 ◦ green 121 ◦ blue 135

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

Shades of Teal #007987

Tints of Teal #007987

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 121 (47.66% from 255) = 47.27%

 BLUE value IS 135 (53.13% from 255) = 52.73%

R = 0%
G = 47.27%
B = 52.73%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#007987 (or 0x007987) is known color: Teal. HEX triplet: 00, 79 and 87. RGB value is (0,121,135). Sum of RGB (Red+Green+Blue) = 0+121+135=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #007987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007987 is #FF8678. Grayscale: #565656. Windows color (decimal): -16746105 or 8878336. OLE color: 8878336.

HSL color Cylindrical-coordinate representation of color #007987: hue angle of 186.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007987 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 121 135 -
CMYK 1 0.10 0 0.47
HSL 186.22º 1% 0.26% -
HSV(B) 186.22º 1% 0.53% -
XYZ 11.21 15.42 25.31 -
YUV 86.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 0 121 135 1 0.10 0 0.47 186.22 1 0.26
Hex 0 79 87 64 A 0 2F BA 64 1A
Octal 0 171 207 144 12 0 57 272 144 32
Binary 0 1111001 10000111 1100100 1010 0 101111 10111010 1100100 11010

Color Harmonies of #007987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007987

Black with #007987

Text Example


Text Example

White with #007987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007987; }

 p { color: rgb(0,121,135); }

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

background-color css

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

 a { background-color: rgb(0,121,135); }

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

border-color css

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

 span { border-color: rgb(0,121,135); }

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