Html Css Color HEX #007784 Teal

📋 copy color: '#007784'

red 0 ◦ green 119 ◦ blue 132

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

Shades of Teal #007784

Tints of Teal #007784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 0%
G = 47.41%
B = 52.59%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007784 (or 0x007784) is known color: Teal. HEX triplet: 00, 77 and 84. RGB value is (0,119,132). Sum of RGB (Red+Green+Blue) = 0+119+132=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #007784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007784 is #FF887B. Grayscale: #545454. Windows color (decimal): -16746620 or 8681216. OLE color: 8681216.

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

Color convert

RGB 0 119 132 -
CMYK 1 0.10 0 0.48
HSL 185.91º 1% 0.26% -
HSV(B) 185.91º 1% 0.52% -
XYZ 10.76 14.86 24.13 -
YUV 84.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 0 119 132 1 0.10 0 0.48 185.91 1 0.26
Hex 0 77 84 64 A 0 30 BA 64 1A
Octal 0 167 204 144 12 0 60 272 144 32
Binary 0 1110111 10000100 1100100 1010 0 110000 10111010 1100100 11010

Color Harmonies of #007784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007784

Black with #007784

Text Example


Text Example

White with #007784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007784; }

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

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

background-color css

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

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

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

border-color css

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

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

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