Html Css Color HEX #007380 Teal

📋 copy color: '#007380'

red 0 ◦ green 115 ◦ blue 128

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

Shades of Teal #007380

Tints of Teal #007380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 0%
G = 47.33%
B = 52.67%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#007380 (or 0x007380) is known color: Teal. HEX triplet: 00, 73 and 80. RGB value is (0,115,128). Sum of RGB (Red+Green+Blue) = 0+115+128=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #007380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007380 is #FF8C7F. Grayscale: #515151. Windows color (decimal): -16747648 or 8418048. OLE color: 8418048.

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

Color convert

RGB 0 115 128 -
CMYK 1 0.10 0 0.50
HSL 186.09º 1% 0.25% -
HSV(B) 186.09º 1% 0.5% -
XYZ 10.03 13.82 22.56 -
YUV 82.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 0 115 128 1 0.10 0 0.50 186.09 1 0.25
Hex 0 73 80 64 A 0 32 BA 64 19
Octal 0 163 200 144 12 0 62 272 144 31
Binary 0 1110011 10000000 1100100 1010 0 110010 10111010 1100100 11001

Color Harmonies of #007380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007380

Black with #007380

Text Example


Text Example

White with #007380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007380; }

 p { color: rgb(0,115,128); }

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

background-color css

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

 a { background-color: rgb(0,115,128); }

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

border-color css

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

 span { border-color: rgb(0,115,128); }

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