Html Css Color HEX #067282 Teal

📋 copy color: '#067282'

red 6 ◦ green 114 ◦ blue 130

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

Shades of Teal #067282

Tints of Teal #067282

RGB

 RED value IS 6 (2.73% from 255) = 2.4%

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

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

R = 2.4%
G = 45.6%
B = 52%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067282 (or 0x067282) is known color: Teal. HEX triplet: 06, 72 and 82. RGB value is (6,114,130). Sum of RGB (Red+Green+Blue) = 6+114+130=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #067282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067282 is #F98D7D. Grayscale: #535353. Windows color (decimal): -16354686 or 8548870. OLE color: 8548870.

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

Color convert

RGB 6 114 130 -
CMYK 0.95 0.12 0 0.49
HSL 187.74º 0.91% 0.27% -
HSV(B) 187.74º 0.95% 0.51% -
XYZ 10.12 13.69 23.23 -
YUV 83.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 6 114 130 0.95 0.12 0 0.49 187.74 0.91 0.27
Hex 6 72 82 5F C 0 31 BC 5B 1B
Octal 6 162 202 137 14 0 61 274 133 33
Binary 110 1110010 10000010 1011111 1100 0 110001 10111100 1011011 11011

Color Harmonies of #067282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067282

Black with #067282

Text Example


Text Example

White with #067282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067282; }

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

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

background-color css

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

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

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

border-color css

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

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

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