Html Css Color HEX #007284 Teal

📋 copy color: '#007284'

red 0 ◦ green 114 ◦ blue 132

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

Shades of Teal #007284

Tints of Teal #007284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

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

R = 0%
G = 46.34%
B = 53.66%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007284 (or 0x007284) is known color: Teal. HEX triplet: 00, 72 and 84. RGB value is (0,114,132). Sum of RGB (Red+Green+Blue) = 0+114+132=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #007284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007284 is #FF8D7B. Grayscale: #515151. Windows color (decimal): -16747900 or 8679936. OLE color: 8679936.

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

Color convert

RGB 0 114 132 -
CMYK 1 0.14 0 0.48
HSL 188.18º 1% 0.26% -
HSV(B) 188.18º 1% 0.52% -
XYZ 10.18 13.7 23.94 -
YUV 81.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 0 114 132 1 0.14 0 0.48 188.18 1 0.26
Hex 0 72 84 64 E 0 30 BC 64 1A
Octal 0 162 204 144 16 0 60 274 144 32
Binary 0 1110010 10000100 1100100 1110 0 110000 10111100 1100100 11010

Color Harmonies of #007284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007284

Black with #007284

Text Example


Text Example

White with #007284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007284; }

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

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

background-color css

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

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

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

border-color css

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

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

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