Html Css Color HEX #007384 Teal

📋 copy color: '#007384'

red 0 ◦ green 115 ◦ blue 132

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

Shades of Teal #007384

Tints of Teal #007384

RGB

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

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

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

R = 0%
G = 46.56%
B = 53.44%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007384 (or 0x007384) is known color: Teal. HEX triplet: 00, 73 and 84. RGB value is (0,115,132). Sum of RGB (Red+Green+Blue) = 0+115+132=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #007384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007384 is #FF8C7B. Grayscale: #525252. Windows color (decimal): -16747644 or 8680192. OLE color: 8680192.

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

Color convert

RGB 0 115 132 -
CMYK 1 0.13 0 0.48
HSL 187.73º 1% 0.26% -
HSV(B) 187.73º 1% 0.52% -
XYZ 10.3 13.93 23.98 -
YUV 82.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 0 115 132 1 0.13 0 0.48 187.73 1 0.26
Hex 0 73 84 64 D 0 30 BC 64 1A
Octal 0 163 204 144 15 0 60 274 144 32
Binary 0 1110011 10000100 1100100 1101 0 110000 10111100 1100100 11010

Color Harmonies of #007384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007384

Black with #007384

Text Example


Text Example

White with #007384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007384; }

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

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

background-color css

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

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

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

border-color css

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

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

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