Html Css Color HEX #007787 Teal

📋 copy color: '#007787'

red 0 ◦ green 119 ◦ blue 135

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

Shades of Teal #007787

Tints of Teal #007787

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 0%
G = 46.85%
B = 53.15%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#007787 (or 0x007787) is known color: Teal. HEX triplet: 00, 77 and 87. RGB value is (0,119,135). Sum of RGB (Red+Green+Blue) = 0+119+135=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #007787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007787 is #FF8878. Grayscale: #555555. Windows color (decimal): -16746617 or 8877824. OLE color: 8877824.

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

Color convert

RGB 0 119 135 -
CMYK 1 0.12 0 0.47
HSL 187.11º 1% 0.26% -
HSV(B) 187.11º 1% 0.53% -
XYZ 10.97 14.94 25.23 -
YUV 85.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 0 119 135 1 0.12 0 0.47 187.11 1 0.26
Hex 0 77 87 64 C 0 2F BB 64 1A
Octal 0 167 207 144 14 0 57 273 144 32
Binary 0 1110111 10000111 1100100 1100 0 101111 10111011 1100100 11010

Color Harmonies of #007787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007787

Black with #007787

Text Example


Text Example

White with #007787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007787; }

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

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

background-color css

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

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

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

border-color css

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

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

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