Html Css Color HEX #007282 Teal

📋 copy color: '#007282'

red 0 ◦ green 114 ◦ blue 130

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

Shades of Teal #007282

Tints of Teal #007282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.28%

R = 0%
G = 46.72%
B = 53.28%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007282 (or 0x007282) is known color: Teal. HEX triplet: 00, 72 and 82. RGB value is (0,114,130). Sum of RGB (Red+Green+Blue) = 0+114+130=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #007282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007282 is #FF8D7D. Grayscale: #515151. Windows color (decimal): -16747902 or 8548864. OLE color: 8548864.

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

Color convert

RGB 0 114 130 -
CMYK 1 0.12 0 0.49
HSL 187.38º 1% 0.25% -
HSV(B) 187.38º 1% 0.51% -
XYZ 10.05 13.65 23.22 -
YUV 81.74 155.23 69.7 -
System Red Green Blue C M Y K H S L
Decimal 0 114 130 1 0.12 0 0.49 187.38 1 0.25
Hex 0 72 82 64 C 0 31 BB 64 19
Octal 0 162 202 144 14 0 61 273 144 31
Binary 0 1110010 10000010 1100100 1100 0 110001 10111011 1100100 11001

Color Harmonies of #007282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007282

Black with #007282

Text Example


Text Example

White with #007282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007282; }

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

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

background-color css

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

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

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

border-color css

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

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

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