Html Css Color HEX #007484 Teal

📋 copy color: '#007484'

red 0 ◦ green 116 ◦ blue 132

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

Shades of Teal #007484

Tints of Teal #007484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

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

R = 0%
G = 46.77%
B = 53.23%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007484 (or 0x007484) is known color: Teal. HEX triplet: 00, 74 and 84. RGB value is (0,116,132). Sum of RGB (Red+Green+Blue) = 0+116+132=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #007484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007484 is #FF8B7B. Grayscale: #525252. Windows color (decimal): -16747388 or 8680448. OLE color: 8680448.

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

Color convert

RGB 0 116 132 -
CMYK 1 0.12 0 0.48
HSL 187.27º 1% 0.26% -
HSV(B) 187.27º 1% 0.52% -
XYZ 10.41 14.16 24.01 -
YUV 83.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 0 116 132 1 0.12 0 0.48 187.27 1 0.26
Hex 0 74 84 64 C 0 30 BB 64 1A
Octal 0 164 204 144 14 0 60 273 144 32
Binary 0 1110100 10000100 1100100 1100 0 110000 10111011 1100100 11010

Color Harmonies of #007484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007484

Black with #007484

Text Example


Text Example

White with #007484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007484; }

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

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

background-color css

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

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

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

border-color css

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

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

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