Html Css Color HEX #007783 Teal

📋 copy color: '#007783'

red 0 ◦ green 119 ◦ blue 131

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

Shades of Teal #007783

Tints of Teal #007783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 0%
G = 47.6%
B = 52.4%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007783 (or 0x007783) is known color: Teal. HEX triplet: 00, 77 and 83. RGB value is (0,119,131). Sum of RGB (Red+Green+Blue) = 0+119+131=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #007783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007783 is #FF887C. Grayscale: #545454. Windows color (decimal): -16746621 or 8615680. OLE color: 8615680.

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

Color convert

RGB 0 119 131 -
CMYK 1 0.09 0 0.49
HSL 185.5º 1% 0.26% -
HSV(B) 185.5º 1% 0.51% -
XYZ 10.69 14.83 23.77 -
YUV 84.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 0 119 131 1 0.09 0 0.49 185.5 1 0.26
Hex 0 77 83 64 9 0 31 B9 64 1A
Octal 0 167 203 144 11 0 61 271 144 32
Binary 0 1110111 10000011 1100100 1001 0 110001 10111001 1100100 11010

Color Harmonies of #007783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007783

Black with #007783

Text Example


Text Example

White with #007783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007783; }

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

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

background-color css

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

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

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

border-color css

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

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

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