Html Css Color HEX #007687 Teal

📋 copy color: '#007687'

red 0 ◦ green 118 ◦ blue 135

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

Shades of Teal #007687

Tints of Teal #007687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

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

R = 0%
G = 46.64%
B = 53.36%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#007687 (or 0x007687) is known color: Teal. HEX triplet: 00, 76 and 87. RGB value is (0,118,135). Sum of RGB (Red+Green+Blue) = 0+118+135=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #007687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007687 is #FF8978. Grayscale: #545454. Windows color (decimal): -16746873 or 8877568. OLE color: 8877568.

HSL color Cylindrical-coordinate representation of color #007687: hue angle of 187.56º 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 #007687 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 118 135 -
CMYK 1 0.13 0 0.47
HSL 187.56º 1% 0.26% -
HSV(B) 187.56º 1% 0.53% -
XYZ 10.85 14.71 25.19 -
YUV 84.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 0 118 135 1 0.13 0 0.47 187.56 1 0.26
Hex 0 76 87 64 D 0 2F BC 64 1A
Octal 0 166 207 144 15 0 57 274 144 32
Binary 0 1110110 10000111 1100100 1101 0 101111 10111100 1100100 11010

Color Harmonies of #007687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007687

Black with #007687

Text Example


Text Example

White with #007687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007687; }

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

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

background-color css

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

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

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

border-color css

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

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

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